Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naserien committed Feb 7, 2024
1 parent 37493fc commit 28e6654
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main_519web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ jobs:
include-prerelease: true

- name: Build with dotnet
run:
cd C_Sharp/WEB
dotnet build --configuration Release
run: dotnet build C_Sharp/WEB --configuration Release

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

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -66,5 +62,5 @@ jobs:
with:
app-name: '519web'
slot-name: 'Production'
package: '.'
package: .

0 comments on commit 28e6654

Please sign in to comment.