File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,19 @@ steps:
49
49
# script: |
50
50
# Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Include CodeSignSummary-*.md -Recurse | Remove-Item -Force
51
51
52
- # - task: PublishBuildArtifacts@1
53
- # displayName: 'Publish Artifacts'
54
- # inputs:
55
- # pathToPublish: '$(Build.ArtifactStagingDirectory)'
56
- # artifactName: drop/${{ parameters.version }}
57
- # publishLocation: Container
58
-
59
- - task : AzureFileCopy@4
52
+ - task : PublishBuildArtifacts@1
60
53
displayName : ' Publish Artifacts'
61
54
inputs :
62
- SourcePath : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
63
- azureSubscription : ' Azure SDK Engineering System'
64
- Destination : AzureBlob
65
- storage : azuresdkpartnerdrops
66
- ContainerName : drops
67
- BlobPrefix : ' azure-functions-openapi-extension/dotnet/$(Version)'
55
+ pathToPublish : ' $(Build.ArtifactStagingDirectory)'
56
+ artifactName : ' drop'
57
+ publishLocation : Container
58
+
59
+ # - task: AzureFileCopy@4
60
+ # displayName: 'Publish Artifacts'
61
+ # inputs:
62
+ # SourcePath: '$(Build.ArtifactStagingDirectory)/*.nupkg'
63
+ # azureSubscription: 'Azure SDK Engineering System'
64
+ # Destination: AzureBlob
65
+ # storage: azuresdkpartnerdrops
66
+ # ContainerName: drops
67
+ # BlobPrefix: 'azure-functions-openapi-extension/dotnet/$(Version)'
Original file line number Diff line number Diff line change
1
+ ## Release Notes ##
2
+ - Updating swagger-ui version to 5.29.0
3
+
4
+ ### Changes & Fixes ###
5
+ - Updating swagger-ui version to 5.29.0 [ #693 ] ( https://github.com/Azure/azure-functions-openapi-extension/pull/693 )
You can’t perform that action at this time.
0 commit comments