mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-03 16:19:46 +00:00
Updated master_shopping-assistant-api.yml
This commit is contained in:
parent
cc6322049a
commit
e55e7d98c7
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: dotnet build --configuration Release
|
run: dotnet build --configuration Release
|
||||||
|
|
||||||
- name: dotnet publish
|
- name: dotnet publish
|
||||||
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
|
run: dotnet publish ShoppingAssistantApi.Api/ShoppingAssistantApi.Api.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp --no-build --no-restore
|
||||||
|
|
||||||
- name: Upload artifact for deployment job
|
- name: Upload artifact for deployment job
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
@ -54,4 +54,4 @@ jobs:
|
|||||||
app-name: 'shopping-assistant-api'
|
app-name: 'shopping-assistant-api'
|
||||||
slot-name: 'Production'
|
slot-name: 'Production'
|
||||||
package: .
|
package: .
|
||||||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B8C76EBBC8E542F3A0BF262061E07A08 }}
|
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B8C76EBBC8E542F3A0BF262061E07A08 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user