Skip to content

Commit 15491cb

Browse files
authored
Fix to dev CI/CD
Fix to dev CI/CD
2 parents 8e5e8ee + f954c16 commit 15491cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: 'Build Web App with dotnet ${{env.DOTNET_VERSION}}'
24-
run: dotnet build --configuration Release src/SampleGalleriesMCPServerHttp/SampleGalleriesMCPServerHttp.csproj
24+
run: dotnet build --configuration Release ./src/SampleGalleriesMCPServerHttp/SampleGalleriesMCPServerHttp.csproj
2525

2626
- name: Publish Web App project
27-
run: dotnet publish -c release -o '${{env.DOTNET_ROOT}}/webapp' src/SampleGalleriesMCPServerHttp/SampleGalleriesMCPServerHttp.csproj
27+
run: dotnet publish -c release -o '${{env.DOTNET_ROOT}}/webapp' ./src/SampleGalleriesMCPServerHttp/SampleGalleriesMCPServerHttp.csproj
2828

2929
# Now upload all the artifacts for publishing
3030
- name: Upload Web App artifact for deployment job

0 commit comments

Comments
 (0)