Skip to content

Commit 70630df

Browse files
Fix dotnet build command path in azgdeploy.yml
1 parent 5f5033a commit 70630df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/azgdeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
- name: Build with dotnet
2222
run: |
23-
cd DoomSkillsWeb
24-
dotnet build DoomSkillsWeb/DoomSkillsWeb.csproj --configuration Release
23+
cd DoomSkillsWeb
24+
dotnet build DoomSkillsWeb.csproj --configuration Release
2525
2626
- name: Publish with dotnet
2727
run: dotnet publish DoomSkillsWeb/DoomSkillsWeb.csproj -c Release -o ./publish

0 commit comments

Comments
 (0)