Skip to content

Commit b01637e

Browse files
committed
Fix powershell script for packing nuget?
1 parent 318b624 commit b01637e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.0.0.{build}'
1+
version: '0.0.0.{build}'
22
image: Visual Studio 2022
33
platform: Any CPU
44
init:
@@ -16,6 +16,7 @@ build_script:
1616
createdb hangfire_tests
1717
1818
.\build.ps1 -t Pack
19+
1920
.\build.ps1 -t Pack -NpgsqlVersion 5
2021
cache:
2122
- tools -> build.cake

0 commit comments

Comments
 (0)