Skip to content

Commit

Permalink
Add full local pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 17, 2023
1 parent 7c2daab commit 7c4cd47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Build/local-pipeline.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$ErrorActionPreference = "Stop"

& Build/build-and-test.ps1
& Build/build-windows-installer.ps1
1 change: 1 addition & 0 deletions Elzik.FmSync.sln
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{0FE56BA0
ProjectSection(SolutionItems) = preProject
Build\build-and-test.ps1 = Build\build-and-test.ps1
Build\build-windows-installer.ps1 = Build\build-windows-installer.ps1
Build\local-pipeline.ps1 = Build\local-pipeline.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installer", "Installer", "{069FD2C8-3AFB-4D61-A19A-3257331FC223}"
Expand Down

0 comments on commit 7c4cd47

Please sign in to comment.