Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arashazimi0032 committed Mar 28, 2024
1 parent 0d01086 commit cb0c531
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
run: dotnet restore

- name: Build Core
run: dotnet build --configuration Release -project Core\Core.csproj
run: dotnet build --configuration Release -project Core\Core\Core.csproj

- name: Pack Core
run: dotnet pack --configuration Release --output ${{ github.workspace }}\Package\Core -project Core\Core.csproj
run: dotnet pack --configuration Release --output ${{ github.workspace }}\Package\Core -project Core\Core\Core.csproj

- name: Build Core.Caching
run: dotnet build --configuration Release -project Core.Caching\Core.Caching.csproj
run: dotnet build --configuration Release -project Core\Core.Caching\Core.Caching.csproj

- name: Pack Core.Caching
run: dotnet pack --configuration Release --output ${{ github.workspace }}\Package\Core.Caching -project Core.Caching\Core.Caching.csproj
run: dotnet pack --configuration Release --output ${{ github.workspace }}\Package\Core.Caching -project Core\Core.Caching\Core.Caching.csproj

- name: Find latest .nupkg file
id: find-package
Expand Down

0 comments on commit cb0c531

Please sign in to comment.