We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd0640 commit a1ee386Copy full SHA for a1ee386
appveyor.yml
@@ -12,7 +12,7 @@ image:
12
# Set build info
13
environment:
14
environment: development
15
- version: 0.1.$(appveyor_build_number)
+ version: 0.1.$(APPVEYOR_BUILD_NUMBER)
16
PGUSER: postgres
17
PGPASSWORD: Password12!
18
AssentNonInteractive: true
build/build_prep.ps1
@@ -1,6 +1,2 @@
1
dotnet new tool-manifest
2
dotnet tool install Cake.Tool --version 1.1.0
3
-# if ($prNo = $env:APPVEYOR_PULL_REQUEST_NUMBER) {
4
-# Write-Host "PR Build, creating an explicit branch"
5
-# git checkout -qb "pr-build-$prNo"
6
-# }
0 commit comments