diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 3d644eaa2b..e355acf1e9 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -46,14 +46,14 @@ jobs: - name: Initialize the workflow id: init - uses: microsoft/AL-Go-Actions/WorkflowInitialize@preview + uses: microsoft/AL-Go-Actions/WorkflowInitialize@v3.1 with: shell: powershell eventId: "DO0091" - name: Read settings id: ReadSettings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: powershell parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }} @@ -61,7 +61,7 @@ jobs: - name: Determine Projects To Build id: determineProjectsToBuild - uses: microsoft/AL-Go-Actions/DetermineProjectsToBuild@preview + uses: microsoft/AL-Go-Actions/DetermineProjectsToBuild@v3.1 with: shell: powershell maxBuildDepth: ${{ env.workflowDepth }} @@ -80,7 +80,7 @@ jobs: Add-Content -Path $env:GITHUB_OUTPUT -Value "Secrets=$($deliveryTargetSecrets -join ',')" - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -155,14 +155,14 @@ jobs: uses: actions/checkout@v3 - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: powershell parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} get: templateUrl - name: Check for updates to AL-Go system files - uses: microsoft/AL-Go-Actions/CheckForUpdates@preview + uses: microsoft/AL-Go-Actions/CheckForUpdates@v3.1 with: shell: powershell parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -199,14 +199,14 @@ jobs: path: '.dependencies' - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} project: ${{ matrix.project }} - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -216,7 +216,7 @@ jobs: secrets: 'licenseFileUrl,insiderSasToken,codeSignCertificateUrl,codeSignCertificatePassword,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,storageContext,gitHubPackagesContext' - name: Determine ArtifactUrl - uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@preview + uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.1 id: determineArtifactUrl with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -234,7 +234,7 @@ jobs: - name: Run pipeline id: RunPipeline - uses: microsoft/AL-Go-Actions/RunPipeline@preview + uses: microsoft/AL-Go-Actions/RunPipeline@v3.1 env: BuildMode: ${{ matrix.buildMode }} with: @@ -248,7 +248,7 @@ jobs: - name: Calculate Artifact names id: calculateArtifactsNames - uses: microsoft/AL-Go-Actions/CalculateArtifactNames@preview + uses: microsoft/AL-Go-Actions/CalculateArtifactNames@v3.1 if: success() || failure() with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -334,7 +334,7 @@ jobs: - name: Analyze Test Results id: analyzeTestResults if: success() || failure() - uses: microsoft/AL-Go-Actions/AnalyzeTests@preview + uses: microsoft/AL-Go-Actions/AnalyzeTests@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -342,7 +342,7 @@ jobs: - name: Cleanup if: always() - uses: microsoft/AL-Go-Actions/PipelineCleanup@preview + uses: microsoft/AL-Go-Actions/PipelineCleanup@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -379,14 +379,14 @@ jobs: path: '.dependencies' - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} project: ${{ matrix.project }} - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -396,7 +396,7 @@ jobs: secrets: 'licenseFileUrl,insiderSasToken,codeSignCertificateUrl,codeSignCertificatePassword,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,storageContext,gitHubPackagesContext' - name: Determine ArtifactUrl - uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@preview + uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.1 id: determineArtifactUrl with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -414,7 +414,7 @@ jobs: - name: Run pipeline id: RunPipeline - uses: microsoft/AL-Go-Actions/RunPipeline@preview + uses: microsoft/AL-Go-Actions/RunPipeline@v3.1 env: BuildMode: ${{ matrix.buildMode }} with: @@ -428,7 +428,7 @@ jobs: - name: Calculate Artifact names id: calculateArtifactsNames - uses: microsoft/AL-Go-Actions/CalculateArtifactNames@preview + uses: microsoft/AL-Go-Actions/CalculateArtifactNames@v3.1 if: success() || failure() with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -514,7 +514,7 @@ jobs: - name: Analyze Test Results id: analyzeTestResults if: success() || failure() - uses: microsoft/AL-Go-Actions/AnalyzeTests@preview + uses: microsoft/AL-Go-Actions/AnalyzeTests@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -522,7 +522,7 @@ jobs: - name: Cleanup if: always() - uses: microsoft/AL-Go-Actions/PipelineCleanup@preview + uses: microsoft/AL-Go-Actions/PipelineCleanup@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -554,12 +554,12 @@ jobs: Add-Content -Path $env:GITHUB_OUTPUT -Value "envName=$envName" - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: powershell - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -642,7 +642,7 @@ jobs: Write-Host "projects=$projects" - name: Deploy - uses: microsoft/AL-Go-Actions/Deploy@preview + uses: microsoft/AL-Go-Actions/Deploy@v3.1 env: AuthContext: ${{ steps.authContext.outputs.authContext }} with: @@ -671,12 +671,12 @@ jobs: path: '.artifacts' - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: powershell - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -695,7 +695,7 @@ jobs: Write-Host "deliveryContext=$deliveryContext" - name: Deliver - uses: microsoft/AL-Go-Actions/Deliver@preview + uses: microsoft/AL-Go-Actions/Deliver@v3.1 env: deliveryContext: ${{ steps.deliveryContext.outputs.deliveryContext }} with: @@ -715,7 +715,7 @@ jobs: - name: Finalize the workflow id: PostProcess - uses: microsoft/AL-Go-Actions/WorkflowPostProcess@preview + uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v3.1 with: shell: powershell eventId: "DO0091" diff --git a/.github/workflows/IncrementVersionNumber.yaml b/.github/workflows/IncrementVersionNumber.yaml index d633050074..0ed76f475f 100644 --- a/.github/workflows/IncrementVersionNumber.yaml +++ b/.github/workflows/IncrementVersionNumber.yaml @@ -38,13 +38,13 @@ jobs: - name: Initialize the workflow id: init - uses: microsoft/AL-Go-Actions/WorkflowInitialize@preview + uses: microsoft/AL-Go-Actions/WorkflowInitialize@v3.1 with: shell: powershell eventId: "DO0096" - name: Increment Version Number - uses: microsoft/AL-Go-Actions/IncrementVersionNumber@preview + uses: microsoft/AL-Go-Actions/IncrementVersionNumber@v3.1 with: shell: powershell parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }} @@ -54,7 +54,7 @@ jobs: - name: Finalize the workflow if: always() - uses: microsoft/AL-Go-Actions/WorkflowPostProcess@preview + uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v3.1 with: shell: powershell eventId: "DO0096" diff --git a/.github/workflows/PullRequestHandler.yaml b/.github/workflows/PullRequestHandler.yaml index daa6521d52..f5dc641216 100644 --- a/.github/workflows/PullRequestHandler.yaml +++ b/.github/workflows/PullRequestHandler.yaml @@ -34,7 +34,7 @@ jobs: lfs: true ref: refs/pull/${{ github.event.number }}/merge - - uses: microsoft/AL-Go-Actions/VerifyPRChanges@preview + - uses: microsoft/AL-Go-Actions/VerifyPRChanges@v3.1 with: baseSHA: ${{ github.event.pull_request.base.sha }} headSHA: ${{ github.event.pull_request.head.sha }} @@ -61,14 +61,14 @@ jobs: - name: Initialize the workflow id: init - uses: microsoft/AL-Go-Actions/WorkflowInitialize@preview + uses: microsoft/AL-Go-Actions/WorkflowInitialize@v3.1 with: shell: powershell eventId: "DO0104" - name: Read settings id: ReadSettings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: powershell parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }} @@ -76,7 +76,7 @@ jobs: - name: Determine Projects To Build id: determineProjectsToBuild - uses: microsoft/AL-Go-Actions/DetermineProjectsToBuild@preview + uses: microsoft/AL-Go-Actions/DetermineProjectsToBuild@v3.1 with: shell: powershell maxBuildDepth: ${{ env.workflowDepth }} @@ -113,14 +113,14 @@ jobs: path: '.dependencies' - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} project: ${{ matrix.project }} - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -130,7 +130,7 @@ jobs: secrets: 'licenseFileUrl,insiderSasToken,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext' - name: Determine ArtifactUrl - uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@preview + uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.1 id: determineArtifactUrl with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -148,7 +148,7 @@ jobs: - name: Run pipeline id: RunPipeline - uses: microsoft/AL-Go-Actions/RunPipeline@preview + uses: microsoft/AL-Go-Actions/RunPipeline@v3.1 env: BuildMode: ${{ matrix.buildMode }} with: @@ -162,7 +162,7 @@ jobs: - name: Calculate Artifact names id: calculateArtifactsNames - uses: microsoft/AL-Go-Actions/CalculateArtifactNames@preview + uses: microsoft/AL-Go-Actions/CalculateArtifactNames@v3.1 if: success() || failure() with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -224,7 +224,7 @@ jobs: - name: Analyze Test Results id: analyzeTestResults if: success() || failure() - uses: microsoft/AL-Go-Actions/AnalyzeTests@preview + uses: microsoft/AL-Go-Actions/AnalyzeTests@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -232,7 +232,7 @@ jobs: - name: Cleanup if: always() - uses: microsoft/AL-Go-Actions/PipelineCleanup@preview + uses: microsoft/AL-Go-Actions/PipelineCleanup@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -270,14 +270,14 @@ jobs: path: '.dependencies' - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} project: ${{ matrix.project }} - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -287,7 +287,7 @@ jobs: secrets: 'licenseFileUrl,insiderSasToken,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext' - name: Determine ArtifactUrl - uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@preview + uses: microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.1 id: determineArtifactUrl with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -305,7 +305,7 @@ jobs: - name: Run pipeline id: RunPipeline - uses: microsoft/AL-Go-Actions/RunPipeline@preview + uses: microsoft/AL-Go-Actions/RunPipeline@v3.1 env: BuildMode: ${{ matrix.buildMode }} with: @@ -319,7 +319,7 @@ jobs: - name: Calculate Artifact names id: calculateArtifactsNames - uses: microsoft/AL-Go-Actions/CalculateArtifactNames@preview + uses: microsoft/AL-Go-Actions/CalculateArtifactNames@v3.1 if: success() || failure() with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} @@ -381,7 +381,7 @@ jobs: - name: Analyze Test Results id: analyzeTestResults if: success() || failure() - uses: microsoft/AL-Go-Actions/AnalyzeTests@preview + uses: microsoft/AL-Go-Actions/AnalyzeTests@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -389,7 +389,7 @@ jobs: - name: Cleanup if: always() - uses: microsoft/AL-Go-Actions/PipelineCleanup@preview + uses: microsoft/AL-Go-Actions/PipelineCleanup@v3.1 with: shell: ${{ needs.Initialization.outputs.githubRunnerShell }} parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} @@ -408,7 +408,7 @@ jobs: - name: Finalize the workflow id: PostProcess - uses: microsoft/AL-Go-Actions/WorkflowPostProcess@preview + uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v3.1 with: shell: powershell eventId: "DO0104" diff --git a/.github/workflows/UpdateGitHubGoSystemFiles.yaml b/.github/workflows/UpdateGitHubGoSystemFiles.yaml index 9f93bc169d..4bfa7534fa 100644 --- a/.github/workflows/UpdateGitHubGoSystemFiles.yaml +++ b/.github/workflows/UpdateGitHubGoSystemFiles.yaml @@ -32,20 +32,20 @@ jobs: - name: Initialize the workflow id: init - uses: microsoft/AL-Go-Actions/WorkflowInitialize@preview + uses: microsoft/AL-Go-Actions/WorkflowInitialize@v3.1 with: shell: powershell eventId: "DO0098" - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@preview + uses: microsoft/AL-Go-Actions/ReadSettings@v3.1 with: shell: powershell parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }} get: keyVaultName,ghTokenWorkflowSecretName,templateUrl - name: Read secrets - uses: microsoft/AL-Go-Actions/ReadSecrets@preview + uses: microsoft/AL-Go-Actions/ReadSecrets@v3.1 env: secrets: ${{ toJson(secrets) }} with: @@ -82,7 +82,7 @@ jobs: Add-Content -Path $env:GITHUB_ENV -Value "DirectCommit=$directCommit" - name: Update AL-Go system files - uses: microsoft/AL-Go-Actions/CheckForUpdates@preview + uses: microsoft/AL-Go-Actions/CheckForUpdates@v3.1 with: shell: powershell parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }} @@ -93,7 +93,7 @@ jobs: - name: Finalize the workflow if: always() - uses: microsoft/AL-Go-Actions/WorkflowPostProcess@preview + uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v3.1 with: shell: powershell eventId: "DO0098" diff --git a/Projects/System Application Modules/.AL-Go/cloudDevEnv.ps1 b/Projects/System Application Modules/.AL-Go/cloudDevEnv.ps1 index e84375c1e0..86527920de 100644 --- a/Projects/System Application Modules/.AL-Go/cloudDevEnv.ps1 +++ b/Projects/System Application Modules/.AL-Go/cloudDevEnv.ps1 @@ -18,10 +18,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local diff --git a/Projects/System Application Modules/.AL-Go/localDevEnv.ps1 b/Projects/System Application Modules/.AL-Go/localDevEnv.ps1 index 1d1386e6ae..5fa3560559 100644 --- a/Projects/System Application Modules/.AL-Go/localDevEnv.ps1 +++ b/Projects/System Application Modules/.AL-Go/localDevEnv.ps1 @@ -21,10 +21,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local diff --git a/Projects/System Application/.AL-Go/cloudDevEnv.ps1 b/Projects/System Application/.AL-Go/cloudDevEnv.ps1 index e84375c1e0..86527920de 100644 --- a/Projects/System Application/.AL-Go/cloudDevEnv.ps1 +++ b/Projects/System Application/.AL-Go/cloudDevEnv.ps1 @@ -18,10 +18,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local diff --git a/Projects/System Application/.AL-Go/localDevEnv.ps1 b/Projects/System Application/.AL-Go/localDevEnv.ps1 index 1d1386e6ae..5fa3560559 100644 --- a/Projects/System Application/.AL-Go/localDevEnv.ps1 +++ b/Projects/System Application/.AL-Go/localDevEnv.ps1 @@ -21,10 +21,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local diff --git a/Projects/Test Framework/.AL-Go/cloudDevEnv.ps1 b/Projects/Test Framework/.AL-Go/cloudDevEnv.ps1 index e84375c1e0..86527920de 100644 --- a/Projects/Test Framework/.AL-Go/cloudDevEnv.ps1 +++ b/Projects/Test Framework/.AL-Go/cloudDevEnv.ps1 @@ -18,10 +18,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local diff --git a/Projects/Test Framework/.AL-Go/localDevEnv.ps1 b/Projects/Test Framework/.AL-Go/localDevEnv.ps1 index 1d1386e6ae..5fa3560559 100644 --- a/Projects/Test Framework/.AL-Go/localDevEnv.ps1 +++ b/Projects/Test Framework/.AL-Go/localDevEnv.ps1 @@ -21,10 +21,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local diff --git a/Projects/Test Stability Tools/.AL-Go/cloudDevEnv.ps1 b/Projects/Test Stability Tools/.AL-Go/cloudDevEnv.ps1 index e84375c1e0..86527920de 100644 --- a/Projects/Test Stability Tools/.AL-Go/cloudDevEnv.ps1 +++ b/Projects/Test Stability Tools/.AL-Go/cloudDevEnv.ps1 @@ -18,10 +18,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local diff --git a/Projects/Test Stability Tools/.AL-Go/localDevEnv.ps1 b/Projects/Test Stability Tools/.AL-Go/localDevEnv.ps1 index 1d1386e6ae..5fa3560559 100644 --- a/Projects/Test Stability Tools/.AL-Go/localDevEnv.ps1 +++ b/Projects/Test Stability Tools/.AL-Go/localDevEnv.ps1 @@ -21,10 +21,10 @@ $webClient.CachePolicy = New-Object System.Net.Cache.RequestCachePolicy -argumen $webClient.Encoding = [System.Text.Encoding]::UTF8 Write-Host "Downloading GitHub Helper module" $GitHubHelperPath = "$([System.IO.Path]::GetTempFileName()).psm1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/Github-Helper.psm1', $GitHubHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/Github-Helper.psm1', $GitHubHelperPath) Write-Host "Downloading AL-Go Helper script" $ALGoHelperPath = "$([System.IO.Path]::GetTempFileName()).ps1" -$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/preview/AL-Go-Helper.ps1', $ALGoHelperPath) +$webClient.DownloadFile('https://raw.githubusercontent.com/microsoft/AL-Go-Actions/v3.1/AL-Go-Helper.ps1', $ALGoHelperPath) Import-Module $GitHubHelperPath . $ALGoHelperPath -local