File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments