We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f954bba commit bba17c3Copy full SHA for bba17c3
.github/workflows/templates/buildjs.yml renamed to .github/workflows/buildjs.yml
.github/workflows/templates/buildpcf.yml renamed to .github/workflows/buildpcf.yml
.github/workflows/ci-validation.yml
@@ -30,7 +30,7 @@ jobs:
30
solution-file: artifactlocation/broadcast_solution.zip
31
solution-type: Unmanaged
32
buildBroadCastJs:
33
- uses: ./.github/workflows/templates/buildjs.yml
+ uses: ./.github/workflows/buildjs.yml
34
with:
35
projectdirectory: 'src/broadcast-typescript'
36
componentName: broadcastjs
@@ -42,7 +42,7 @@ jobs:
42
43
44
buildAppModulePickerPCF:
45
- uses: ./.github/workflows/templates/buildpcf.yml
+ uses: ./.github/workflows/buildpcf.yml
46
47
pcfdirectory: 'src/broadcast-pcf/appmodulepicker'
48
publishArtifact: false
0 commit comments