Skip to content

Commit

Permalink
Update to release candidate (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier authored Oct 29, 2019
1 parent 0deffd8 commit e6685f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ steps:
SourceFolder: '$(Build.Repository.LocalPath)/Package/Release/Packages'
Contents: |
**/*.nupkg
**/*.snupkg
**/*.zip
TargetFolder: '$(Build.ArtifactStagingDirectory)'
condition: and(succeededOrFailed(), eq(variables['system.pullrequest.isfork'], false))
Expand Down
4 changes: 2 additions & 2 deletions CurrentVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<MajorVersion>1</MajorVersion>
<MinorVersion>2</MinorVersion>
<MicroVersion>3</MicroVersion>
<ReleaseSerial>0</ReleaseSerial>
<ReleaseLevel>alpha</ReleaseLevel>
<ReleaseSerial>1</ReleaseSerial><!-- this should only be 0 when final -->
<ReleaseLevel>candidate</ReleaseLevel>
<AssemblyRevision>0</AssemblyRevision>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions Dlr.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Build.proj = Build.proj
CurrentVersion.props = CurrentVersion.props
Directory.Build.props = Directory.Build.props
DLR.ruleset = DLR.ruleset
global.json = global.json
Expand Down

0 comments on commit e6685f2

Please sign in to comment.