Skip to content

Commit

Permalink
Changed windows test script from .bat to ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Feb 28, 2021
1 parent 351a637 commit 8160325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contribute/build-and-run.bat

This file was deleted.

2 changes: 2 additions & 0 deletions contribute/build-and-run.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go build -o taigo-dev.exe -ldflags "-X main.taigaUsername=$env:taigaUsername -X main.taigaPassword=$env:taigaPassword -X main.sandboxProjectSlug=$env:sandboxProjectSlug -X main.sandboxEpicID=$env:sandboxEpicID -X main.sandboxFileUploadPath=$env:sandboxFileUploadPath"
.\taigo-dev.exe

0 comments on commit 8160325

Please sign in to comment.