File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 # Run dotnet build and publish
3030 - name : dotnet build and publish
3131 run : |
32- dotnet restore ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}{{ env.SRC_PROJECT_PATH }}
33- dotnet build --configuration Release ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}{{ env.SRC_PROJECT_PATH }}
34- dotnet publish -c Release --property:PublishDir='${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/publish' ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}{{ env.SRC_PROJECT_PATH }}
32+ dotnet restore ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}$ {{ env.SRC_PROJECT_PATH }}
33+ dotnet build --configuration Release ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}$ {{ env.SRC_PROJECT_PATH }}
34+ dotnet publish -c Release --property:PublishDir='${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/publish' ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}$ {{ env.SRC_PROJECT_PATH }}
3535
3636 - name : Azure Login
3737 uses : azure/login@v2
You can’t perform that action at this time.
0 commit comments