Skip to content

Commit

Permalink
Disabling SemVer in linux build
Browse files Browse the repository at this point in the history
until GitTools/GitVersion#1499 is released. Also follow: GitTools/GitVersion#1527
  • Loading branch information
BrandonBoone committed Nov 16, 2018
1 parent 4444ca5 commit eedc9e0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,11 @@ jobs:
buildConfiguration: 'Release'

steps:
- script: |
sudo apt-get install mono-complete
sudo apt-get install libcurl3
displayName: Install mono-complete and libcurl3
- task: gittools.gitversion.gitversion-task.GitVersion@4
displayName: GitVersion
inputs:
updateAssemblyInfo: true
preferBundledVersion: false
# - task: gittools.gitversion.gitversion-task.GitVersion@4
# displayName: GitVersion
# inputs:
# updateAssemblyInfo: true
# preferBundledVersion: false
- script: dotnet restore Spritey.sln
displayName: Restore Spritey.sln
- script: dotnet build ./src/Spritey/Spritey.csproj
Expand Down

0 comments on commit eedc9e0

Please sign in to comment.