File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI Pipeline
2- on :
3- push :
4- branches : [ master ]
5- workflow_dispatch :
2+ on : [push, workflow_dispatch]
63
74permissions :
85 id-token : write # required for hashicorp/vault-action to work
96 contents : read
107
118jobs :
129 build :
10+ name : Build, Sign and Publish
1311 runs-on : windows-latest
1412 steps :
1513 - name : Checkout repository
3129 run : dotnet pack --configuration Release
3230
3331 - name : Publish to NuGet
32+ if : github.ref == 'refs/heads/master'
3433 uses : ./.github/actions/push-package
3534 with :
3635 path : ./CredentialManagement/bin/Release
Original file line number Diff line number Diff line change 1313 <Copyright >Copyright © Red Gate Software Ltd 2019</Copyright >
1414 <PackageProjectUrl >https://github.com/red-gate/Redgate.ThirdParty.CredentialManagement.Standard</PackageProjectUrl >
1515 <RepositoryUrl >https://github.com/red-gate/Redgate.ThirdParty.CredentialManagement.Standard</RepositoryUrl >
16- <PackageVersion >1.0.10.1 </PackageVersion >
16+ <PackageVersion >1.0.10.2 </PackageVersion >
1717 </PropertyGroup >
1818
1919 <ItemGroup >
You can’t perform that action at this time.
0 commit comments