We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e768f8b commit 6fde98bCopy full SHA for 6fde98b
1 file changed
ci-pack.ps1
@@ -1,5 +1,4 @@
1
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
2
3
# 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
+dotnet pack -c Release --output "$PSScriptRoot/artifacts" /p:RepositoryUrl=$repositoryUrl
0 commit comments