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 da0d3be commit 97a7bf7Copy full SHA for 97a7bf7
.github/workflows/dotnet-cd.yml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet build rubberduckvba.Server --configuration Release
28
29
- name: dotnet publish
30
- run: dotnet publish --target rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}\pub
+ run: dotnet publish "rubberduckvba.Server\rubberduckvba.Server.csproj" --configuration Release --output ${{env.DOTNET_ROOT}}\pub
31
32
- name: Upload artifact for deployment job
33
uses: actions/upload-artifact@v3
0 commit comments