1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Satori/docs/workflow/testing
David Cantú 54fb5973a0
/p:Configuration must use "Release" instead of "release" (#40816)
I am not very familiar with Unix so I was not aware why I was having below error:
```
/home/jozky/runtime/.dotnet/sdk/5.0.100-preview.8.20362.3/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(379,5): error NETSDK1112: The runtime pack for Microsoft.NETCore.App.Runtime.browser-wasm was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'browser-wasm'. [/home/jozky/runtime/src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj]
```

I tried running `dotnet restore --runtime browser-wasm` as suggested by the error but that didn't help.
The correct thing to do was to pass `Release` (with upper case R) to `Configuration` parameter.

cc @safern
2020-08-13 22:19:23 -07:00
..
coreclr Fix a few more license headers (#38973) 2020-07-09 11:32:01 -04:00
libraries /p:Configuration must use "Release" instead of "release" (#40816) 2020-08-13 22:19:23 -07:00
mono Remove BuildAndTest and RebuildAndTest target in favor of Test (#33151) 2020-03-04 19:40:19 +01:00
using-corerun.md .NET Core to .NET branding changes (#33694) 2020-03-28 07:00:19 -07:00
using-your-build.md Update using-dotnet-cli.md (#40504) 2020-08-07 16:50:22 -07:00
visualstudio.md Update visualstudio.md (#40047) 2020-07-28 14:33:36 -07:00