Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
Improve documentation in build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
plainerman committed Mar 4, 2017
1 parent e0d110d commit 75b20aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
Expand Up @@ -38,6 +38,7 @@ cd ../Sigma.Core.Monitors.WPF

REM update the targets file
cd build
REM this is required in order to handle it as text instead of binary (im a powershell noob)
move Sigma.Core.Monitors.WPF.template.targets targets.txt
powershell -Command "(Get-Content targets.txt) -replace '~version~', '%version%' | Set-Content Sigma.Core.Monitors.WPF.targets.txt"
move Sigma.Core.Monitors.WPF.targets.txt Sigma.Core.Monitors.WPF.targets
Expand Down

0 comments on commit 75b20aa

Please sign in to comment.