Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da4baa6f12 | |||
| 81c396dd80 | |||
| d12738e609 | |||
| 2187a6129f | |||
| 0e2dda20a3 | |||
| 39e42e894e |
@@ -11,25 +11,12 @@ trigger:
|
||||
pool:
|
||||
vmImage: 'windows-latest'
|
||||
|
||||
|
||||
|
||||
variables:
|
||||
solution: '**/*.sln'
|
||||
buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
|
||||
steps:
|
||||
- powershell: |
|
||||
$tags = git tag --sort=-creatordate
|
||||
$tag = $tags[0]
|
||||
|
||||
#update build number
|
||||
- bash: |
|
||||
echo "##vso[build.updatebuildnumber]Release $(tag)"
|
||||
condition: eq(variables['release.enabled'], 'true')
|
||||
name: SetReleaseBuildName
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
<PackageIcon></PackageIcon>
|
||||
<PackageIconUrl>https://avatars2.githubusercontent.com/u/2092016</PackageIconUrl>
|
||||
<PackageIconUrl>https://avatars2.githubusercontent.com/u/2092016</PackageIconUrl>
|
||||
<Version>1.0.5</Version>
|
||||
<Version>1.0.7</Version>
|
||||
<AssemblyVersion>1.0.7.0</AssemblyVersion>
|
||||
<FileVersion>1.0.7.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user