Skip to content

Commit

Permalink
Update release.yml for Azure Pipelines (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored Sep 27, 2024
1 parent 3f7b295 commit e0d4641
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .azure/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ extends:
inputs:
command: custom
arguments: init artifacts $(LocalFeed)
- task: MSBuild@1
displayName: Test Restoring Packages
inputs:
solution: build/package-test.3.proj
msbuildArchitecture: x64
msbuildArguments: /p:$(MSBuildProperties) /p:UseLocalFeed=true /p:LocalFeed=$(LocalFeed) /t:Restore
- ${{ if or( eq(parameters.isFinalBuild, false), eq(parameters.releaseEmulator, true)) }}:
- task: DotNetCoreCLI@2
displayName: dotnet pack emulator when only dev or release emulator
Expand Down

0 comments on commit e0d4641

Please sign in to comment.