You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This Yaml Document has been converted by ESAI Yaml Pipeline Conversion Tool.
2
+
# Please make sure to check all the converted content, it is your team's responsibility to make sure that the pipeline is still valid and functions as expected.
3
+
# The SBOM tasks have been removed because they are not required for the unofficial template.
4
+
# You can manually enable SBOM in the unofficial template if needed, othewise its automatically enabled when using official template. https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/sbom
5
+
# This pipeline will be extended to the MicroBuild template
6
+
# The Task 'PublishBuildArtifacts@1' has been converted to an output named 'Publish Artifact: Nuget packages' in the templateContext section.
REM Per the documentation here - https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=classic%2Cbatch#set-variables-in-scripts
116
+
REM
117
+
REM We can set/update pipeline variables using the syntax used below. That way we can use a script task to
118
+
REM pull secrets into the environment for APIScan to use, since the ApiScan task does not have an 'Environment'
119
+
REM section for mapping secrets in classic pipelines.
120
+
REM
121
+
REM Make sure the pipeline secret variable 'AzureServicesAuthConnectionString' is set. It's format is like
122
+
REM "runAs=App;AppId={AppId};TenantId={TenantId};AppKey={ClientSecret}"
123
+
REM The values for that connStr can be found in the Tellurium Key Vault.
0 commit comments