Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit e60e985

Browse files
committed
Fix build failure
1 parent 5a0ac54 commit e60e985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.build/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Task Build -depends Restore-Packages {
3939
}
4040

4141
Task Package {
42-
exec { . $NuGet pack "$SolutionRoot\EventHook\EventHook.nuspec" -Properties Configuration=$Configuration -OutputDirectory "$SolutionRoot\packages" -Version "$Version" }
42+
exec { . $NuGet pack "$SolutionRoot\EventHook\EventHook.nuspec" -Properties Configuration=$Configuration -OutputDirectory "$SolutionRoot" -Version "$Version" }
4343
}
4444

4545
Task Clean {

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - Section names should be unique on each level.
88

99
# version format
10-
version: 1.2.{build}
10+
version: 1.3.{build}
1111

1212
shallow_clone: true
1313

0 commit comments

Comments
 (0)