Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into orgpal-mesh
  • Loading branch information
actions-user committed Oct 20, 2023
2 parents fe75d1a + bbd542c commit 0dbbc28
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -818,13 +818,6 @@ jobs:
- template: azure-pipelines-templates/install-nuget.yml@templates

- task: UseDotNet@2
displayName: Install .NET SDK
inputs:
packageType: sdk
version: 6.x
performMultiLevelLookup: true

- task: DotNetCoreCLI@2
displayName: Restore NuGet packages
inputs:
Expand Down Expand Up @@ -885,26 +878,8 @@ jobs:
)
- task: NuGetCommand@2
condition: >-
and(
succeeded(),
startsWith(variables['Build.SourceBranchName'], 'main')
)
displayName: Pack nanoCLR WIN32 (stable)
inputs:
command: 'custom'
arguments: 'pack targets\win32\nanoFramework.nanoCLR.Win32.nuspec -Version $(NBGV_NuGetPackageVersion).$(TARGET_BUILD_COUNTER)'

- task: NuGetCommand@2
condition: >-
and(
succeeded(),
or(
startsWith(variables['Build.SourceBranchName'], 'develop'),
startsWith(variables['Build.SourceBranchName'], 'release')
)
)
displayName: Pack nanoCLR WIN32 (preview)
condition: succeeded()
displayName: Pack nanoCLR WIN32
inputs:
command: 'custom'
arguments: 'pack targets\win32\nanoFramework.nanoCLR.Win32.nuspec -Version $(NBGV_NuGetPackageVersion)'
Expand Down Expand Up @@ -1049,13 +1024,6 @@ jobs:

- template: azure-pipelines-templates/install-nuget.yml@templates

- task: UseDotNet@2
displayName: Install .NET SDK
inputs:
packageType: sdk
version: 6.x
performMultiLevelLookup: true

- task: DotNetCoreCLI@2
displayName: Restore NuGet packages
inputs:
Expand Down

0 comments on commit 0dbbc28

Please sign in to comment.