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 56a0595 commit d519bbeCopy full SHA for d519bbe
.github/workflows/publish-dotnet.yml
@@ -40,7 +40,7 @@ jobs:
40
# Assumes Generated directory is committed or added during build
41
42
- name: Build the project
43
- run: dotnet build Prism.csproj --no-restore -c Release -o ./Generated
+ run: dotnet build Prism.csproj --no-restore -c Release
44
45
- name: Test the project
46
run: dotnet test Prism.csproj --no-build -c Release
0 commit comments