Skip to content

Commit

Permalink
Fix: Action "ApplicationInsightsConnectionString" added
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandittmann committed Mar 26, 2022
1 parent 006f040 commit 9539c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
CodeSignCertPfxFile: ${{ inputs.codeSignCertPfxFile }}
CodeSignCertPfxPassword: ${{ inputs.codeSignCertPfxPassword }}
ApplicationInsightsKey: ${{ inputs.applicationInsightsKey }}
ApplicationInsightsConnectionString: ${{ inputs.applicationInsightsConnectionString }}
run: ${{ github.action_path }}\scripts\Run-ALPipeline.ps1 -environment GitHubActions -version ${{inputs.version}} -appBuild ${{inputs.appBuild}} -appRevision ${{inputs.appRevision}}
shell: powershell

0 comments on commit 9539c55

Please sign in to comment.