fix ref
This commit is contained in:
@@ -2,7 +2,7 @@ image: Visual Studio 2017
|
|||||||
configuration: Release
|
configuration: Release
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'src\**\*.nupkg'
|
- path: output\**.nupkg
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf true
|
- git config --global core.autocrlf true
|
||||||
@@ -13,11 +13,11 @@ before_build:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
dotnet restore HardHat.sln --source https://api.nuget.org/v3/index.json
|
dotnet restore UriBuilder.Fluent.sln --source https://api.nuget.org/v3/index.json
|
||||||
dotnet build HardHat.sln
|
dotnet build UriBuilder.Fluent.sln
|
||||||
if($env:APPVEYOR_REPO_TAG -eq "true")
|
if($env:APPVEYOR_REPO_TAG -eq "true")
|
||||||
{
|
{
|
||||||
dotnet pack src\HardHat\HardHat.csproj --configuration Release --output ..\..\output /p:Version=$env:APPVEYOR_REPO_TAG_NAME
|
dotnet pack src\UriBuilder.Fluent\UriBuilder.Fluent.csproj --configuration Release --output ..\..\output /p:Version=$env:APPVEYOR_REPO_TAG_NAME
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user