Skip to content

Commit

Permalink
Update node-nightly-windows.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanann-ms committed Jun 12, 2023
1 parent 53f81db commit 9bb479d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions vsts/node-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ stages:
- deployment: 'stageRelease'
displayName: 'Approval stage for release'
environment: 'release'

# Publish artifact to partner SDK storage
- job: 'publish'
displayName: 'Publish to SDK partner storage'
Expand All @@ -136,13 +137,12 @@ stages:
sourceFolder: $(Build.ArtifactStagingDirectory)\azure-iot-hub-node
targetFolder: $(Build.ArtifactStagingDirectory)\release\$(buildFolder)

# Copy to SDK partner release storage
- task: AzureFileCopy@2
displayName: 'Copy Release Artifacts to Partner Release Pipeline'
condition: coalesce(variables.release, False)
inputs:
SourcePath: $(Build.ArtifactStagingDirectory)\release
azureSubscription: azuresdkpartnerdrops-sc
Destination: AzureBlob
storage: azuresdkpartnerdrops
ContainerName: 'drops/azure-iot-sdk/node/'
# Copy to SDK partner release storage
- task: AzureFileCopy@2
displayName: 'Copy Release Artifacts to Partner Release Pipeline'
inputs:
SourcePath: $(Build.ArtifactStagingDirectory)\release
azureSubscription: azuresdkpartnerdrops-sc
Destination: AzureBlob
storage: azuresdkpartnerdrops
ContainerName: 'drops/azure-iot-sdk/node/'

0 comments on commit 9bb479d

Please sign in to comment.