Skip to content

Commit

Permalink
Remove dotnet SDK workaround (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamescaper authored Mar 14, 2023
1 parent ab452f3 commit 0f28eb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
dotnet build -c Release --no-restore
cd ..
- name: Pack nugets
run: |
$path = [System.IO.Path]::GetFullPath("packages")
dotnet pack --property PackageOutputPath=$path -c Release --no-restore
run: dotnet pack -o ./packages -c Release --no-restore
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0f28eb6

Please sign in to comment.