James Jackson-South 8 years ago
committed by Dirk Lemstra
parent
commit
7df8a4dda9
  1. 2
      appveyor.yml
  2. 2
      build.ps1

2
appveyor.yml

@ -1,5 +1,5 @@
version: 1.0.0.{build} version: 1.0.0.{build}
image: Previous Visual Studio 2017 image: Visual Studio 2017
# prevent the double build when a branch has an active PR # prevent the double build when a branch has an active PR
skip_branch_with_pr: true skip_branch_with_pr: true

2
build.ps1

@ -94,7 +94,7 @@ if("$env:APPVEYOR_API_URL" -ne ""){
} }
Write-Host "Building version '${version}'" Write-Host "Building version '${version}'"
dotnet restore /p:packageversion=$version dotnet restore /p:packageversion=$version /p:DisableImplicitNuGetFallbackFolder=true
Write-Host "Building projects" Write-Host "Building projects"
dotnet build -c Release /p:packageversion=$version dotnet build -c Release /p:packageversion=$version

Loading…
Cancel
Save