2020-01-18 20:00:58 +03:00
|
|
|
dotnet clean -c Release
|
|
|
|
|
|
|
|
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
|
|
|
|
|
|
|
|
# Building for packing and publishing.
|
2020-07-17 13:50:42 +03:00
|
|
|
dotnet pack -c Release --output "$PSScriptRoot/artifacts" /p:RepositoryUrl=$repositoryUrl
|