Skip to content

Commit 919a013

Browse files
committed
rename workflow
1 parent 2dfb9da commit 919a013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to Azure VM
1+
name: dotnet-CD
22

33
env:
44
DOTNET_VERSION: '8'
@@ -32,10 +32,10 @@ jobs:
3232
${{ runner.os }}-nuget-
3333
3434
- name: Build with dotnet
35-
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release
35+
run: dotnet build rubberduckvba.Server --configuration Release
3636

3737
- name: dotnet publish
38-
run: dotnet publish rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub
38+
run: dotnet publish rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}/pub
3939

4040
- name: Upload artifact for deployment job
4141
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)