File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -114,15 +114,13 @@ jobs:
114
114
if : ${{ matrix.options.sdk-preview != true }}
115
115
uses : actions/setup-dotnet@v3
116
116
with :
117
- include-prerelease : true
118
117
dotnet-version : |
119
118
6.0.x
120
119
121
120
- name : DotNet Setup Preview
122
121
if : ${{ matrix.options.sdk-preview == true }}
123
122
uses : actions/setup-dotnet@v3
124
123
with :
125
- include-prerelease : true
126
124
dotnet-version : |
127
125
7.0.x
128
126
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ dotnet clean -c Release
3
3
$repositoryUrl = " https://github.com/$env: GITHUB_REPOSITORY "
4
4
5
5
# 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
You can’t perform that action at this time.
0 commit comments