Skip to content

Commit 6fde98b

Browse files
Use pack only
1 parent e768f8b commit 6fde98b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci-pack.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
22

33
# Building for packing and publishing.
4-
dotnet build -c Release /p:RepositoryUrl=$repositoryUrl
5-
dotnet pack -c Release --no-build --output "$PSScriptRoot/artifacts" /p:RepositoryUrl=$repositoryUrl
4+
dotnet pack -c Release --output "$PSScriptRoot/artifacts" /p:RepositoryUrl=$repositoryUrl

0 commit comments

Comments
 (0)