We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7340b9b commit 1fe97a0Copy full SHA for 1fe97a0
3 files changed
.github/workflows/demos.yml
@@ -41,5 +41,5 @@ jobs:
41
pushd src/Demo
42
jq --arg version "$version" '.["msbuild-sdks"].SmallSharp = $version' global.json > temp.json && mv temp.json global.json
43
# build with each top-level file as the active one
44
- gci *.cs | %{ dotnet build -p:ActiveFile=$_.name }
+ gci *.cs | %{ dotnet build -p:ActiveFile=$_.name || exit $LASTEXITCODE }
45
src/Demo/Demo.csproj
@@ -1,6 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
2
-
3
- <Sdk Name="SmallSharp" />
+<Project Sdk="SmallSharp">
4
5
<PropertyGroup>
6
<OutputType>Exe</OutputType>
src/Demo/Demo.slnx
0 commit comments