Skip to content

Commit

Permalink
chore: Prevent warnings for some msbuild issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieranties committed Jun 14, 2019
1 parent 7c7e5be commit 3a2af2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
displayName: 'Prepare: Install SimpleVersion'
inputs:
command: custom
arguments: 'install SimpleVersion.Command -Pre -Source $(LocalFeed)'
arguments: 'install SimpleVersion.Command -Pre -Source https://api.nuget.org/v3/index.json'

# Calculate the version and set variables
- powershell: |
Expand Down

0 comments on commit 3a2af2f

Please sign in to comment.