We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919a013 commit 3af1953Copy full SHA for 3af1953
.github/workflows/dotnet-cd.yml
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet build rubberduckvba.Server --configuration Release
36
37
- name: dotnet publish
38
- run: dotnet publish rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}/pub
+ run: dotnet publish rubberduckvba.Server\\rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub
39
40
- name: Upload artifact for deployment job
41
uses: actions/upload-artifact@v3
0 commit comments