Skip to content

Commit

Permalink
Marked using universal version id on self hosted.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Oct 11, 2023
1 parent 20038ff commit 9cd2d0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="NamingFormatter" Version="2.2.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Condition="'$(RV_BOOTSTRAP)' != 'True'"
Include="RelaxVersioner" Version="3.2.10" PrivateAssets="all" />
Include="RelaxVersioner" Version="*" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Condition="'$(RV_BOOTSTRAP)' != 'True'"
Include="RelaxVersioner" Version="3.2.10" PrivateAssets="all" />
Include="RelaxVersioner" Version="*" PrivateAssets="all" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion CenterCLR.RelaxVersioner/CenterCLR.RelaxVersioner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Condition="'$(RV_BOOTSTRAP)' != 'True'"
Include="RelaxVersioner" Version="3.2.10" PrivateAssets="all" />
Include="RelaxVersioner" Version="*" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build-nupkg-bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ echo "==========================================================="
echo "Build RelaxVersioner (Bootstrap)"
echo.

dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 CenterCLR.RelaxVersioner.sln
dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 --no-cache CenterCLR.RelaxVersioner.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 -o artifacts CenterCLR.RelaxVersioner.sln
2 changes: 1 addition & 1 deletion build-nupkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ echo "==========================================================="
echo "Build RelaxVersioner"
echo.

dotnet build -p:Configuration=Release -p:Platform="Any CPU" CenterCLR.RelaxVersioner.sln
dotnet build -p:Configuration=Release -p:Platform="Any CPU" --no-cache CenterCLR.RelaxVersioner.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -o artifacts CenterCLR.RelaxVersioner.sln

0 comments on commit 9cd2d0b

Please sign in to comment.