mirror of https://github.com/SixLabors/ImageSharp
committed by
GitHub
10 changed files with 49 additions and 59 deletions
@ -1,7 +0,0 @@ |
|||||
continuous-delivery-fallback-tag: ci |
|
||||
branches: |
|
||||
master: |
|
||||
tag: unstable |
|
||||
mode: ContinuousDeployment |
|
||||
pull-request: |
|
||||
tag: pr |
|
||||
@ -1,11 +1,6 @@ |
|||||
param( |
|
||||
[Parameter(Mandatory, Position = 0)] |
|
||||
[string]$version |
|
||||
) |
|
||||
|
|
||||
dotnet clean -c Release |
dotnet clean -c Release |
||||
|
|
||||
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY" |
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY" |
||||
|
|
||||
# Building for packing and publishing. |
# Building for packing and publishing. |
||||
dotnet pack -c Release --output "$PSScriptRoot/artifacts" /p:packageversion=$version /p:RepositoryUrl=$repositoryUrl |
dotnet pack -c Release --output "$PSScriptRoot/artifacts" /p:RepositoryUrl=$repositoryUrl |
||||
|
|||||
Loading…
Reference in new issue