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 ef209b2 commit aa78014Copy full SHA for aa78014
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build Release
44
run: |
45
dotnet-gitversion /updateprojectfiles
46
- dotnet build .\Analyzers\Terminal.Gui.Analyzers.Internal\ --no-incremental --nologo --force --configuration Release
+ dotnet build ./Analyzers/Terminal.Gui.Analyzers.Internal --no-incremental --nologo --force --configuration Release
47
dotnet build --no-incremental --nologo --force --configuration Release
48
49
- name: Pack
0 commit comments