We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfb9da commit 919a013Copy full SHA for 919a013
.github/workflows/dotnet-cd.yml
@@ -1,4 +1,4 @@
1
-name: Deploy to Azure VM
+name: dotnet-CD
2
3
env:
4
DOTNET_VERSION: '8'
@@ -32,10 +32,10 @@ jobs:
32
${{ runner.os }}-nuget-
33
34
- name: Build with dotnet
35
- run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release
+ run: dotnet build rubberduckvba.Server --configuration Release
36
37
- name: dotnet publish
38
- run: dotnet publish rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub
+ run: dotnet publish rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}/pub
39
40
- name: Upload artifact for deployment job
41
uses: actions/upload-artifact@v3
0 commit comments