Skip to content

Commit

Permalink
clean (azure-pipelines.yml): trivial cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ksidirop-laerdal committed Mar 14, 2024
1 parent 4665805 commit 15b4a49
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables:

- name: Laerdal_Test_Results_Folderpath
value: '$(Build.Repository.LocalPath)/TestResults'

- name: is_from_fork # its vital to use the notation variables['x'] for the environment variables below if we use variables.x the value will be evaluated as empty!
value: ${{ eq(variables['System.PullRequest.IsFork'], 'True') }}

Expand Down Expand Up @@ -87,12 +87,6 @@ jobs:
- script: 'mkdir "$(Build.ArtifactStagingDirectory)/Artifacts"'
displayName: 'Create Directory "$(Build.ArtifactStagingDirectory)/Artifacts"'

# - task: NuGetCommand@2
# displayName: 'NuGet Sources Add (for Classic Xamarin)'
# inputs:
# command: 'custom'
# arguments: ' sources Add -Name LocalNugets -Source "$(Build.ArtifactStagingDirectory)/Artifacts" '

- task: DotNetCoreCLI@2
displayName: 'NuGet Sources Add (for .Net8+)'
inputs:
Expand Down

0 comments on commit 15b4a49

Please sign in to comment.