Skip to content

Commit

Permalink
update dotnet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
driver1998 committed Sep 24, 2024
1 parent bcd3a0e commit 0c4b924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Build
run: |
dotnet pack ModernXamlCompiler/ModernXamlCompiler.msbuildproj -c Release --no-restore /clp:ErrorsOnly
dotnet pack projections/WinUI/WinUIProjection.csproj -c Release --no-restore /clp:ErrorsOnly
dotnet pack WinUIProjectionPackage/WinUIProjectionPackage.csproj -c Release --no-restore /clp:ErrorsOnly
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ModernXamlCompiler
path: |
ModernXamlCompiler/bin/Release/*.nupkg
projections/WinUI/bin/Release/*.nupkg
WinUIProjectionPackage/bin/Release/*.nupkg

0 comments on commit 0c4b924

Please sign in to comment.