Skip to content

Commit

Permalink
Set prerelease tag to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 24, 2015
1 parent bd7b830 commit 7a9c7a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions GitVersionConfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
assembly-versioning-scheme: MajorMinorPatch
next-version: 4.0.0-alpha
mode: ContinuousDelivery
legacy-semver-padding: 4
build-metadata-padding: 4
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ build:

after_build:
- cmd: '.\packages\gitlink\lib\net45\GitLink.exe . -f Ninject.sln -u https://github.com/Ninject/Ninject -s %APPVEYOR_REPO_COMMIT% -errorsaswarnings'
- cmd: nuget pack Portable.Ninject.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" -NoPackageAnalysis
- cmd: nuget pack Portable.CommonServiceLocator.NinjectAdapter.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" -NoPackageAnalysis
- cmd: appveyor PushArtifact "Portable.Ninject.%GitVersion_NuGetVersion%.nupkg"
- cmd: appveyor PushArtifact "Portable.CommonServiceLocator.NinjectAdapter.%GitVersion_NuGetVersion%.nupkg"
- cmd: nuget pack Portable.Ninject.nuspec -version "%GitVersion_NuGetVersion%-alpha-build%GitVersion_BuildMetaDataPadded%" -prop "target=%CONFIGURATION%" -NoPackageAnalysis
- cmd: nuget pack Portable.CommonServiceLocator.NinjectAdapter.nuspec -version "%GitVersion_NuGetVersion%-alpha-build%GitVersion_BuildMetaDataPadded%" -prop "target=%CONFIGURATION%" -NoPackageAnalysis
- cmd: appveyor PushArtifact "Portable.Ninject.%GitVersion_NuGetVersion%-alpha-build%GitVersion_BuildMetaDataPadded%.nupkg"
- cmd: appveyor PushArtifact "Portable.CommonServiceLocator.NinjectAdapter.%GitVersion_NuGetVersion%-alpha-build%GitVersion_BuildMetaDataPadded%.nupkg"

test:
assemblies:
Expand Down

0 comments on commit 7a9c7a9

Please sign in to comment.