Skip to content

Commit 2ae45c7

Browse files
committed
Demo can now rely on plain build working
Since we support automatic restore of file-app package references in a single run.
1 parent c1b48ca commit 2ae45c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
pushd src/Demo
4242
jq --arg version "$version" '.["msbuild-sdks"].SmallSharp = $version' global.json > temp.json && mv temp.json global.json
4343
# 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 }
44+
gci *.cs | %{ dotnet build -p:ActiveFile=$_.name }
4545

0 commit comments

Comments
 (0)