Skip to content
Snippets Groups Projects
Commit fe93ffb9 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add convenience script to facilitate deploy-update-cycle.

parent 3a4d0abf
No related branches found
No related tags found
No related merge requests found
$UpdaterSettings = "C:\Tools\AutoTx-Updater\UpdaterConfig.inc.ps1"
. $UpdaterSettings
.\Make-Package.ps1
.\Provide-UpdaterPackage.ps1 -UpdaterSettings $UpdaterSettings
$Marker = "$($UpdateSourcePath)\Service\UpdateMarkers\$($env:COMPUTERNAME)"
if (Test-Path $Marker) {
Remove-Item -Force -Verbose $Marker
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment