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 8eda72c commit d8891abCopy full SHA for d8891ab
.github/workflows/dotnet-cd.yml
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release
36
37
- name: dotnet publish
38
- run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/pub
+ run: dotnet publish -t rubberduckvba.Server/rubberduckvba.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/pub
39
40
- name: Upload artifact for deployment job
41
uses: actions/upload-artifact@v3
0 commit comments