Skip to content

Commit

Permalink
minor fix to build/publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
markdomansky committed Jun 23, 2022
1 parent 8778198 commit 3d6cf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Build.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Invoke-psake -buildfile build.psake.ps1
Invoke-psake -buildfile $psscriptroot\build.psake.ps1
2 changes: 1 addition & 1 deletion Build/Publish.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Invoke-psake -buildFile Publish.psake.ps1
Invoke-psake -buildFile $psscriptroot\Publish.psake.ps1

0 comments on commit 3d6cf33

Please sign in to comment.