Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertocicciaa authored Sep 11, 2024
1 parent d9e48dc commit af126e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build with dotnet
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish ./src/CICDPipeline/CICDPipeline.csproj -c Release -f net8.0 -o ${{github.workspace}}/myapp
- name: dotnet publish
run: dotnet publish ./CloudProject/CloudProject.csproj -c Release -f net8.0 -o ${{github.workspace}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -62,4 +62,3 @@ jobs:
app-name: 'my-first-code-on-cloud'
slot-name: 'Production'
package: .

0 comments on commit af126e9

Please sign in to comment.