Skip to content

Commit

Permalink
Attempt to workaround SDK changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Feb 20, 2023
1 parent 63c8f9e commit 7047cb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,13 @@ jobs:
if: ${{ matrix.options.sdk-preview != true }}
uses: actions/setup-dotnet@v3
with:
include-prerelease: true
dotnet-version: |
6.0.x
- name: DotNet Setup Preview
if: ${{ matrix.options.sdk-preview == true }}
uses: actions/setup-dotnet@v3
with:
include-prerelease: true
dotnet-version: |
7.0.x
Expand Down
2 changes: 1 addition & 1 deletion ci-pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dotnet clean -c Release
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"

# Building for packing and publishing.
dotnet pack -c Release --output "$PSScriptRoot/artifacts" /p:RepositoryUrl=$repositoryUrl
dotnet pack -c Release -p:PackageOutputPath="$PSScriptRoot/artifacts" -p:RepositoryUrl=$repositoryUrl

0 comments on commit 7047cb7

Please sign in to comment.