Skip to content

Commit 9d4a872

Browse files
committed
Updated the outsystems repo for getting sources
1 parent 3ad5d4d commit 9d4a872

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Outsystems.SetupTools Release History
22

3+
## 3.8.0.0
4+
5+
- Updated the OutSystems repo for downloading sources
6+
37
## 3.7.1.0
48

59
- Publish-OSPlatformLifetime: Allowed to run after a Platform Server upgrade

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.7.1.{build}
1+
version: 3.8.0.{build}
22

33
only_commits:
44
files:

src/Outsystems.SetupTools/Lib/Constants.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $OSSCCred = New-Object System.Management.Automation.PSCredential ($OSSCUser, $(C
8787

8888
# Sources download URLs
8989
[System.Diagnostics.CodeAnalysis.SuppressMessage('PSUseDeclaredVarsMoreThanAssigments', '')]
90-
$OSRepoURL = "https://myfilerepo.blob.core.windows.net/sources"
90+
$OSRepoURL = "https://ossetuptools.blob.core.windows.net/sources"
9191
[System.Diagnostics.CodeAnalysis.SuppressMessage('PSUseDeclaredVarsMoreThanAssigments', '')]
9292
$OSRepoURLBuildTools = 'https://download.microsoft.com/download/E/E/D/EEDF18A8-4AED-4CE0-BEBE-70A83094FC5A/BuildTools_Full.exe'
9393
[System.Diagnostics.CodeAnalysis.SuppressMessage('PSUseDeclaredVarsMoreThanAssigments', '')]

src/Outsystems.SetupTools/OutSystems.SetupTools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'OutSystems.SetupTools.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.7.1.0'
15+
ModuleVersion = '3.8.0.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)