Skip to content

Commit

Permalink
Update GV config and scripts for assembly versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jul 10, 2016
1 parent 548cd01 commit 5828240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
assembly-versioning-scheme: MajorMinorPatch
assembly-versioning-scheme: None
mode: ContinuousDeployment
tag-prefix: '[vV]'
continuous-delivery-fallback-tag: ci
Expand Down
2 changes: 1 addition & 1 deletion Ix.NET/Source/build-new.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $msbuildExe = Join-Path $msbuild.MSBuildToolsPath "msbuild.exe"
.\nuget.exe install -excludeversion -pre gitversion.commandline -Version 3.5.5-pullrequest0921 -outputdirectory packages

#update version
.\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver /updateassemblyinfo /excludeUpdateAssemblyVersion
.\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver /updateassemblyinfo

$versionObj = .\packages\gitversion.commandline\tools\gitversion.exe | ConvertFrom-Json

Expand Down
2 changes: 1 addition & 1 deletion Rx.NET/Source/build-new.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $msbuildExe = Join-Path $msbuild.MSBuildToolsPath "msbuild.exe"

# get version
.\nuget.exe install -excludeversion -pre gitversion.commandline -Version 3.5.5-pullrequest0921 -outputdirectory packages
.\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver /updateassemblyinfo /excludeUpdateAssemblyVersion
.\packages\gitversion.commandline\tools\gitversion.exe /l console /output buildserver /updateassemblyinfo

$versionObj = .\packages\gitversion.commandline\tools\gitversion.exe | ConvertFrom-Json

Expand Down

0 comments on commit 5828240

Please sign in to comment.