Skip to content

Commit 9752566

Browse files
Merge branch 'main' into js/avx2-porter-duff
2 parents ac0d27d + 3dd1d9d commit 9752566

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,13 @@ jobs:
114114
if: ${{ matrix.options.sdk-preview != true }}
115115
uses: actions/setup-dotnet@v3
116116
with:
117-
include-prerelease: true
118117
dotnet-version: |
119118
6.0.x
120119
121120
- name: DotNet Setup Preview
122121
if: ${{ matrix.options.sdk-preview == true }}
123122
uses: actions/setup-dotnet@v3
124123
with:
125-
include-prerelease: true
126124
dotnet-version: |
127125
7.0.x
128126

ci-pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dotnet clean -c Release
33
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
44

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

0 commit comments

Comments
 (0)