diff --git a/.github/ISSUE_TEMPLATE/workflows/azure-pipelines_nightly.yml b/.github/ISSUE_TEMPLATE/workflows/azure-pipelines_nightly.yml index 52a6d91..114b315 100644 --- a/.github/ISSUE_TEMPLATE/workflows/azure-pipelines_nightly.yml +++ b/.github/ISSUE_TEMPLATE/workflows/azure-pipelines_nightly.yml @@ -122,9 +122,6 @@ steps: BinSkim: true CredScan: true PoliCheck: true - -variables: - BuildConfiguration: 'release' - task: EsrpCodeSigning@1 displayName: 'ESRP CodeSigning' @@ -250,4 +247,4 @@ variables: packagesToPush: '$(Build.ArtifactStagingDirectory)\Nuget\*Nightly*.nupkg' nuGetFeedType: external publishFeedCredentials: 'MyGet.Org - OpenApi-OData-master Nightly Feed' - enabled:false \ No newline at end of file + enabled: 'false' \ No newline at end of file