Skip to content

Commit

Permalink
fix build branch bat file (#920)
Browse files Browse the repository at this point in the history
* fix build branch bat file to use %~dp0
  • Loading branch information
philipktlin authored Mar 6, 2019
1 parent f625aac commit 54dccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/buildBranch.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
powershell -command ".\build\Publish-Branch.ps1"
powershell -command "%~dp0build\Publish-Branch.ps1"

0 comments on commit 54dccb0

Please sign in to comment.