Skip to content

Commit ffebb1d

Browse files
[main] Update AL-Go System Files from microsoft/AL-Go-PTE@main - ba4fc723e4c024674baa6a53ef1777402cfbaab0 (#2)
Co-authored-by: juliandittmann <juliandittmann@users.noreply.github.com>
1 parent aaaae07 commit ffebb1d

File tree

6 files changed

+8
-328
lines changed

6 files changed

+8
-328
lines changed

.github/AL-Go-Settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"type": "PTE",
3-
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@main"
3+
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@main",
4+
"templateSha": "ba4fc723e4c024674baa6a53ef1777402cfbaab0"
45
}

.github/workflows/CICD.yaml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,6 @@ jobs:
179179
signArtifacts: true
180180
useArtifactCache: true
181181

182-
BuildPP:
183-
needs: [ Initialization ]
184-
if: (!failure()) && (!cancelled()) && needs.Initialization.outputs.powerPlatformSolutionFolder != ''
185-
name: Build PowerPlatform Solution
186-
uses: ./.github/workflows/_BuildPowerPlatformSolution.yaml
187-
secrets: inherit
188-
with:
189-
shell: ${{ needs.Initialization.outputs.githubRunnerShell }}
190-
runsOn: ${{ needs.Initialization.outputs.githubRunner }}
191-
parentTelemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}
192-
project: ${{ needs.Initialization.outputs.powerPlatformSolutionFolder }}
193-
projectName: ${{ needs.Initialization.outputs.powerPlatformSolutionFolder }}
194-
publishArtifacts: ${{ github.ref_name == 'main' || startswith(github.ref_name, 'release/') || startswith(github.ref_name, 'releases/') || needs.Initialization.outputs.deliveryTargetsJson != '[]' || needs.Initialization.outputs.environmentCount > 0 }}
195-
196182
DeployALDoc:
197183
needs: [ Initialization, Build ]
198184
if: (!cancelled()) && needs.Build.result == 'Success' && needs.Initialization.outputs.generateALDocArtifact == 1 && github.ref_name == 'main'
@@ -241,8 +227,8 @@ jobs:
241227
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
242228

243229
Deploy:
244-
needs: [ Initialization, Build, BuildPP ]
245-
if: (!cancelled()) && (needs.Build.result == 'success' || needs.Build.result == 'skipped') && (needs.BuildPP.result == 'success' || needs.BuildPP.result == 'skipped') && needs.Initialization.outputs.environmentCount > 0
230+
needs: [ Initialization, Build ]
231+
if: (!cancelled()) && (needs.Build.result == 'success' || needs.Build.result == 'skipped') && needs.Initialization.outputs.environmentCount > 0
246232
strategy: ${{ fromJson(needs.Initialization.outputs.environmentsMatrixJson) }}
247233
runs-on: ${{ fromJson(matrix.os) }}
248234
name: Deploy to ${{ matrix.environment }}
@@ -306,8 +292,8 @@ jobs:
306292
deploymentEnvironmentsJson: ${{ needs.Initialization.outputs.deploymentEnvironmentsJson }}
307293

308294
Deliver:
309-
needs: [ Initialization, Build, BuildPP ]
310-
if: (!cancelled()) && (needs.Build.result == 'success' || needs.Build.result == 'skipped') && (needs.BuildPP.result == 'success' || needs.BuildPP.result == 'skipped') && needs.Initialization.outputs.deliveryTargetsJson != '[]'
295+
needs: [ Initialization, Build ]
296+
if: (!cancelled()) && (needs.Build.result == 'success' || needs.Build.result == 'skipped') && needs.Initialization.outputs.deliveryTargetsJson != '[]'
311297
strategy:
312298
matrix:
313299
deliveryTarget: ${{ fromJson(needs.Initialization.outputs.deliveryTargetsJson) }}
@@ -348,7 +334,7 @@ jobs:
348334
artifacts: '.artifacts'
349335

350336
PostProcess:
351-
needs: [ Initialization, Build, BuildPP, Deploy, Deliver, DeployALDoc ]
337+
needs: [ Initialization, Build, Deploy, Deliver, DeployALDoc ]
352338
if: (!cancelled())
353339
runs-on: [ windows-latest ]
354340
steps:

.github/workflows/PullPowerPlatformChanges.yaml

Lines changed: 0 additions & 111 deletions
This file was deleted.

.github/workflows/PushPowerPlatformChanges.yaml

Lines changed: 0 additions & 100 deletions
This file was deleted.

.github/workflows/UpdateGitHubGoSystemFiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
templateUrl:
7-
description: Template Repository URL (current is {TEMPLATEURL})
7+
description: Template Repository URL (current is https://github.com/microsoft/AL-Go-PTE@main)
88
required: false
99
default: ''
1010
downloadLatest:

.github/workflows/_BuildPowerPlatformSolution.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)