File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Call a reusable workflow
2+
3+ on :
4+ workflow_dispatch :
5+ pull_request :
6+ branches :
7+ - main
8+
9+ jobs :
10+ call-workflow :
11+ uses : ./.github/workflows/ci.yml
Original file line number Diff line number Diff line change 2020 <PackageLicenseFile >App_Readme/LICENSE.md</PackageLicenseFile >
2121 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2222 <PackageOutputPath >$(ArtifactsPath)\package</PackageOutputPath >
23- <MinVerDefaultPreReleaseIdentifiers >preview .0</MinVerDefaultPreReleaseIdentifiers >
23+ <MinVerDefaultPreReleaseIdentifiers >octopus .0</MinVerDefaultPreReleaseIdentifiers >
2424 <MinVerBuildMetadata Condition =" '$(libgit2_hash)' != ''" >libgit2-$(libgit2_hash.Substring(0,7))</MinVerBuildMetadata >
2525 </PropertyGroup >
2626
5454
5555 <Target Name =" AdjustVersions" AfterTargets =" MinVer" >
5656 <PropertyGroup >
57- <AssemblyVersion >$(MinVerMajor).$(MinVerMinor).0 .0</AssemblyVersion >
57+ <AssemblyVersion >$(MinVerMajor).$(MinVerMinor).7 .0</AssemblyVersion >
5858 </PropertyGroup >
5959 </Target >
6060
You can’t perform that action at this time.
0 commit comments