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 c1b48ca commit 7340b9bCopy full SHA for 7340b9b
1 file 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 -t:StartupFile -p:ActiveCompile=$_.name && dotnet build -p:ActiveCompile=$_.name }
+ gci *.cs | %{ dotnet build -p:ActiveFile=$_.name }
45
0 commit comments