Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 27, 2024
1 parent 2dfb9da commit 919a013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Azure VM
name: dotnet-CD

env:
DOTNET_VERSION: '8'
Expand Down Expand Up @@ -32,10 +32,10 @@ jobs:
${{ runner.os }}-nuget-
- name: Build with dotnet
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release
run: dotnet build rubberduckvba.Server --configuration Release

- name: dotnet publish
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

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 919a013

Please sign in to comment.