Skip to content

Commit

Permalink
TEMP put emulators back
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 4, 2020
1 parent 59ecd1b commit 86a030d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- powershell: '& (./azure-pipelines/Get-nbgv.ps1) cloud'
displayName: Set build number

- pwsh: ./tools/Emulators.ps1
displayName: Start storage emulators

- template: dotnet.yml

- job: Linux
Expand Down
3 changes: 0 additions & 3 deletions azure-pipelines/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ steps:
- script: dotnet pack --no-build -c $(BuildConfiguration) /v:m /bl:"$(Build.ArtifactStagingDirectory)/build_logs/pack.binlog"
displayName: dotnet pack

- pwsh: ./tools/Emulators.ps1
displayName: Start storage emulators

- task: DotNetCoreCLI@2
displayName: dotnet test -f net472
inputs:
Expand Down

0 comments on commit 86a030d

Please sign in to comment.