File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266266 if : ${{ matrix.os == 'ubuntu-latest' }}
267267 run : |
268268 mkdir $PACKAGEDIR
269- dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o $PACKAGEDIR -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}
269+ dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o $PACKAGEDIR -p:PackageVersion=${{ steps.gitversion.outputs.majorMinorPatch }}-${{steps.gitversion.outputs.Sha }}
270270 ls -lR $PACKAGEDIR
271271 working-directory : ./src
272272
Original file line number Diff line number Diff line change 2424
2525using System . Reflection ;
2626
27- [ assembly: AssemblyFileVersion ( "0.1 .0.0" ) ]
28- [ assembly: AssemblyVersion ( "0.1 .0.0" ) ]
29- [ assembly: AssemblyInformationalVersion ( "0.1 .0" ) ]
27+ [ assembly: AssemblyFileVersion ( "0.0 .0.0" ) ]
28+ [ assembly: AssemblyVersion ( "0.0 .0.0" ) ]
29+ [ assembly: AssemblyInformationalVersion ( "0.0 .0" ) ]
Original file line number Diff line number Diff line change 2424 <CodeAnalysisRuleSet >..\.sonarlint\project-monai_monai-deploy-securitycsharp.ruleset</CodeAnalysisRuleSet >
2525 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
2626 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
27+ <IsPackable >true</IsPackable >
2728 </PropertyGroup >
2829 <ItemGroup >
2930 <None Include =" ..\..\LICENSE" Link =" LICENSE" PackagePath =" " Pack =" true" />
You can’t perform that action at this time.
0 commit comments