Skip to content

Commit

Permalink
Users/stfrance/fix disk size (#8579)
Browse files Browse the repository at this point in the history
* Fix disk info.

* Fix.
  • Loading branch information
stephenmichaelf authored Oct 12, 2018
1 parent 4aea61d commit 6b382dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ci/publish-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
inputs:
versionSpec: 4.0.0

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# npm install
Expand All @@ -33,21 +33,21 @@ steps:
env:
SYSTEM_ACCESSTOKEN: $(system.accessToken)

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Stage milestone
- script: node .\ci\stage-milestone.js
displayName: Stage milestone

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Create packages.config for restoring previous milestones
- script: node .\ci\create-restore-config.js
displayName: Create packages.config for restoring previous milestones

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Restore previous milestones
Expand All @@ -61,14 +61,14 @@ steps:
includeNuGetOrg: false
packagesDirectory: $(system.defaultWorkingDirectory)\_package\restore

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Stage aggregate
- script: node .\ci\stage-aggregate.js
displayName: Stage aggregate

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Publish aggregate artifact
Expand All @@ -78,14 +78,14 @@ steps:
artifactName: TaskPackage
publishLocation: container

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Stage per task NuGet package
- script: npm run package
displayName: npm run package

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Publish per task NuGet package artifact
Expand All @@ -96,7 +96,7 @@ steps:
artifactName: IndividualNuGetPackages
publishLocation: container

- powershell: 'psinfo -d'
- powershell: 'Get-PSDrive C,D'
displayName: 'Disk Info'

# Publish milestone package
Expand Down

0 comments on commit 6b382dd

Please sign in to comment.