Skip to content

Commit

Permalink
Update main_bigmtndatadev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dahln committed Nov 10, 2023
1 parent 78a4d68 commit 2edb338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_bigmtndatadev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
include-prerelease: true

- name: Build with dotnet
run: dotnet build --configuration Release
run: dotnet build Server --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish Server -c Release -o ${{env.DOTNET_ROOT}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
app-name: 'BigMtnDataDev'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_8A77FA9D93D64FC7BE28B7C67FEA4644 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_8A77FA9D93D64FC7BE28B7C67FEA4644 }}

0 comments on commit 2edb338

Please sign in to comment.