Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Mar 24, 2024
1 parent f7713b8 commit 771da96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
# - run: dotnet build -c Release
# - run: dotnet test -c Release --no-build
- run: build\build.ps1
- uses: actions/upload-artifact@v4
with:
name: nuget
path: artifacts

0 comments on commit 771da96

Please sign in to comment.