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 3131 run : |
3232 dotnet restore ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}${{ env.SRC_PROJECT_PATH }}
3333 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 }}
34+ dotnet publish -c Release --property:PublishDir='bin /publish' ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}${{ env.SRC_PROJECT_PATH }}
3535
3636 - name : Azure Login
3737 uses : azure/login@v2
4545 uses : azure/webapps-deploy@v3
4646 with :
4747 app-name : ${{ env.AZURE_WEBAPP_NAME }} # Replace with your app name
48- package : ' ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/publish'
48+ package : ' ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/webapp01/bin/ publish'
4949
5050 - name : logout
5151 run : |
You can’t perform that action at this time.
0 commit comments