diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 2d29334e..7cd6201f 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -272,7 +272,7 @@ extends: - ${{ each config in parameters.buildConfigs }}: - output: pipelineArtifact artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }} - targetPath: $(Build.SourcesDirectory)/azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }} + targetPath: $(Build.SourcesDirectory)/azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}/azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }} steps: - task: ArchiveFiles@2 displayName: Create win10-x64 archive @@ -338,15 +338,20 @@ extends: targetType: 'inline' script: | Get-ChildItem -Path . -Recurse | Select-Object FullName - - # - name: Create Release - # uses: softprops/action-gh-release@v1 - # with: - # name: ${{ github.event.inputs.version }} - # body: "Release ${{ github.event.inputs.version }}. See [`CHANGELOG.md`](https://github.com/AzureAD/microsoft-authentication-cli/blob/${{ github.event.inputs.version }}/CHANGELOG.md) for updates." - # tag_name: ${{ github.event.inputs.version }} - # prerelease: ${{ github.event.inputs.prerelease }} - # files: | - # azureauth-${{ github.event.inputs.version }}-win10-x64.zip - # azureauth-${{ github.event.inputs.version }}-osx-x64.tar.gz - # azureauth-${{ github.event.inputs.version }}-osx-arm64.tar.gz \ No newline at end of file +# - task: GitHubRelease@1 +# inputs: +# gitHubConnection: $(esrpKVServiceConnection) +# repositoryName: 'AzureAD/microsoft-authentication-cli' +# action: 'create' +# target: $(Build.SourceVersion) +# tagSource: 'userSpecifiedTag' +# tag: ${{ parameters.version }} +# isPrerelease: ${{ parameters.prerelease }} +# isDraft: true +# addChangeLog: false +# releaseNotesSource: 'inline' +# releaseNotesInline: "Release ${{ parameters.version }}. See [`CHANGELOG.md`](https://github.com/AzureAD/microsoft-authentication-cli/blob/${{ parameters.version }}/CHANGELOG.md) for updates." +# assets: | +# $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-win10-x64.zip +# $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-osx-x64.tar.gz +# $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-osx-arm64.tar.gz \ No newline at end of file