Skip to content

Commit beda520

Browse files
committed
Try secondary workflow
1 parent 50d6978 commit beda520

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/octopus.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

@@ -54,7 +54,7 @@
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

0 commit comments

Comments
 (0)