File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 34
34
run : dotnet test --configuration Release tests\MySqlConnector.Tests
35
35
36
36
- name : Pack
37
- run : dotnet pack --configuration Release --no-build --version-suffix $(Get-Date -Format "'preview'yyyyMMddHHmmss'+${{ github.sha }}'")
37
+ run : dotnet pack --configuration Release --no-build
38
38
39
39
- name : Install NuGet
40
40
run : choco install nuget.commandline
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >1.0.0</VersionPrefix >
5
4
<SignAssembly >true</SignAssembly >
6
5
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
7
6
<AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
19
18
<EmbedUntrackedSources >true</EmbedUntrackedSources >
20
19
<GenerateDocumentationFile >true</GenerateDocumentationFile >
21
20
<NoWarn >$(NoWarn);1591;NU5105</NoWarn >
21
+ <MinVerDefaultPreReleasePhase >beta</MinVerDefaultPreReleasePhase >
22
22
</PropertyGroup >
23
23
24
24
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true' OR '$(APPVEYOR)' == 'True' OR '$(TF_BUILD)' == 'True' " >
28
28
29
29
<ItemGroup >
30
30
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
31
+ <PackageReference Include =" MinVer" Version =" 2.3.0" >
32
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
+ <PrivateAssets >all</PrivateAssets >
34
+ </PackageReference >
31
35
</ItemGroup >
32
36
33
37
<ItemGroup >
You can’t perform that action at this time.
0 commit comments