Skip to content

Commit a1ee386

Browse files
committed
fixing build for linux
1 parent fcd0640 commit a1ee386

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
# Set build info
1313
environment:
1414
environment: development
15-
version: 0.1.$(appveyor_build_number)
15+
version: 0.1.$(APPVEYOR_BUILD_NUMBER)
1616
PGUSER: postgres
1717
PGPASSWORD: Password12!
1818
AssentNonInteractive: true

build/build_prep.ps1

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
dotnet new tool-manifest
22
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

Comments
 (0)