Skip to content

Commit d519bbe

Browse files
committed
Adjust output folder in dotnet workflow
1 parent 56a0595 commit d519bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Assumes Generated directory is committed or added during build
4141
4242
- name: Build the project
43-
run: dotnet build Prism.csproj --no-restore -c Release -o ./Generated
43+
run: dotnet build Prism.csproj --no-restore -c Release
4444

4545
- name: Test the project
4646
run: dotnet test Prism.csproj --no-build -c Release

0 commit comments

Comments
 (0)