Skip to content

Commit

Permalink
Refactored.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Oct 11, 2023
1 parent 9cd2d0b commit 5e5f306
Show file tree
Hide file tree
Showing 61 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ jobs:
# Build

- name: NuGet restore
run: dotnet restore -p:Configuration=Release CenterCLR.RelaxVersioner.sln
run: dotnet restore -p:Configuration=Release RelaxVersioner.sln

- name: Build
run: dotnet build -p:Configuration=Release -p:BuildIdentifier=${GITHUB_RUN_NUMBER} CenterCLR.RelaxVersioner.sln
run: dotnet build -p:Configuration=Release -p:BuildIdentifier=${GITHUB_RUN_NUMBER} RelaxVersioner.sln

- name: Build NuGet packages
run: dotnet pack -p:Configuration=Release -p:BuildIdentifier=${GITHUB_RUN_NUMBER} -o artifacts CenterCLR.RelaxVersioner.sln
run: dotnet pack -p:Configuration=Release -p:BuildIdentifier=${GITHUB_RUN_NUMBER} -o artifacts RelaxVersioner.sln

#-----------------------------------------------------------------------
# Test

- name: Test
run: dotnet test --no-restore --verbosity normal -p:CITest=True CenterCLR.RelaxVersioner.sln
run: dotnet test --no-restore --verbosity normal -p:CITest=True RelaxVersioner.sln
timeout-minutes: 2

#-----------------------------------------------------------------------
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/kekyo/CenterCLR.RelaxVersioner.git</RepositoryUrl>
<RepositoryUrl>https://github.com/kekyo/RelaxVersioner.git</RepositoryUrl>

<RootNamespace>RelaxVersioner</RootNamespace>
<Product>RelaxVersioner</Product>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
8 changes: 4 additions & 4 deletions PlayGround/CSharpNewTestProject/CSharpNewTestProject.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\CenterCLR.RelaxVersioner\build\RelaxVersioner.props" />
<Import Project="..\..\RelaxVersioner\build\RelaxVersioner.props" />
<PropertyGroup>
<_RVB_MSBuildTaskPath>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)','..','..','CenterCLR.RelaxVersioner.Tasks','bin','$(Configuration)','$(_RVB_TaskPlatformName)','RelaxVersioner.Tasks.dll'))</_RVB_MSBuildTaskPath>
<_RVB_MSBuildTaskPath>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)','..','..','RelaxVersioner.Tasks','bin','$(Configuration)','$(_RVB_TaskPlatformName)','RelaxVersioner.Tasks.dll'))</_RVB_MSBuildTaskPath>
</PropertyGroup>

<!-- ====================================================== -->
Expand All @@ -18,9 +18,9 @@

<!-- ====================================================== -->

<Import Project="..\..\CenterCLR.RelaxVersioner\build\RelaxVersioner.targets" />
<Import Project="..\..\RelaxVersioner\build\RelaxVersioner.targets" />
<PropertyGroup>
<_RVB_ToolingDir>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)','..','..','CenterCLR.RelaxVersioner','bin','$(Configuration)','$(_RVB_PlatformName)'))</_RVB_ToolingDir>
<_RVB_ToolingDir>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)','..','..','RelaxVersioner','bin','$(Configuration)','$(_RVB_PlatformName)'))</_RVB_ToolingDir>
</PropertyGroup>

<Target Name="AB" AfterTargets="Compile">
Expand Down
10 changes: 5 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RelaxVersioner
![RelaxVersioner](Images/CenterCLR.RelaxVersioner.128.png)
![RelaxVersioner](Images/RelaxVersioner.128.png)

[English language is here](https://github.com/kekyo/CenterCLR.RelaxVersioner)
[English language is here](https://github.com/kekyo/RelaxVersioner)

# Status

Expand All @@ -10,7 +10,7 @@
| | master | devel |
|:---|:---|:---|
| Packages | [![NuGet RelaxVersioner (master)](https://img.shields.io/nuget/v/RelaxVersioner.svg?style=flat)](https://www.nuget.org/packages/RelaxVersioner) | [![MyGet RelaxVersioner (devel)](https://img.shields.io/myget/kekyo/v/RelaxVersioner.svg?style=flat&label=myget)](https://www.myget.org/feed/kekyo/package/nuget/RelaxVersioner)
| Continuous integration | [![RelaxVersioner CI build (master)](https://github.com/kekyo/CenterCLR.RelaxVersioner/workflows/.NET/badge.svg?branch=master)](https://github.com/kekyo/CenterCLR.RelaxVersioner/actions) | [![RelaxVersioner CI build (devel)](https://github.com/kekyo/CenterCLR.RelaxVersioner/workflows/.NET/badge.svg?branch=devel)](https://github.com/kekyo/CenterCLR.RelaxVersioner/actions)
| Continuous integration | [![RelaxVersioner CI build (master)](https://github.com/kekyo/RelaxVersioner/workflows/.NET/badge.svg?branch=master)](https://github.com/kekyo/RelaxVersioner/actions) | [![RelaxVersioner CI build (devel)](https://github.com/kekyo/RelaxVersioner/workflows/.NET/badge.svg?branch=devel)](https://github.com/kekyo/RelaxVersioner/actions)

## これは何?

Expand Down Expand Up @@ -333,7 +333,7 @@ RelaxVersioner (や、その他の自動バージョニングツール) は、

そのため、build.yml (GitHub Actionsのスクリプト) に、
`fetch-depth: 0` を追加して下さい。
[このリポジトリで実際に使用している例を参照できます。](https://github.com/kekyo/CenterCLR.RelaxVersioner/blob/master/.github/workflows/build.yml#L11)
[このリポジトリで実際に使用している例を参照できます。](https://github.com/kekyo/RelaxVersioner/blob/master/.github/workflows/build.yml#L11)

### NuGetパッケージ生成にnuspecファイルを使用する

Expand Down Expand Up @@ -545,7 +545,7 @@ nuspecファイルを使ってパッケージを生成する場合は、デフ
* リテラルシンボル定義の追加。"ThisAssembly"クラス(モジュール)内に定義されたシンボルを参照することで、リフレクションAPIを使用しないで各定義を使用することが出来ます。出力されるコードの例を参照。
* "TargetFramework" (tfm), "TargetFrameworkIdentity" (tfid), "TargetFrameworkVersion" (tfv), "TargetFrameworkProfile" (tfp) のそれぞれのキーをサポート。デフォルトのルールではtfmが出力されます。カスタムルールファイルの例を参照。
* パッケージサイズが小さくなりました。
* 破壊的変更: パッケージ名が"CenterCLR.RelaxVersioner"から"RelaxVersioner"に変更されました。古いパッケージを参照することは出来ますが、NuGetのリストには表示されなくなります。
* 破壊的変更: パッケージ名が"RelaxVersioner"から"RelaxVersioner"に変更されました。古いパッケージを参照することは出来ますが、NuGetのリストには表示されなくなります。
* 1.0.10:
* プロジェクト参照先のパッケージバージョンを誤って解釈する問題を修正 (NuGetの内部実装の変更による)
* 1.0.5:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RelaxVersioner
![RelaxVersioner](Images/CenterCLR.RelaxVersioner.128.png)
![RelaxVersioner](Images/RelaxVersioner.128.png)

[![Japanese language](Images/Japanese.256.png)](https://github.com/kekyo/CenterCLR.RelaxVersioner/blob/master/README.ja.md)
[![Japanese language](Images/Japanese.256.png)](https://github.com/kekyo/RelaxVersioner/blob/master/README.ja.md)

# Status

Expand All @@ -10,7 +10,7 @@
| | master | devel |
|:---|:---|:---|
| Packages | [![NuGet RelaxVersioner (master)](https://img.shields.io/nuget/v/RelaxVersioner.svg?style=flat)](https://www.nuget.org/packages/RelaxVersioner) | [![MyGet RelaxVersioner (devel)](https://img.shields.io/myget/kekyo/v/RelaxVersioner.svg?style=flat&label=myget)](https://www.myget.org/feed/kekyo/package/nuget/RelaxVersioner)
| Continuous integration | [![RelaxVersioner CI build (master)](https://github.com/kekyo/CenterCLR.RelaxVersioner/workflows/.NET/badge.svg?branch=master)](https://github.com/kekyo/CenterCLR.RelaxVersioner/actions) | [![RelaxVersioner CI build (devel)](https://github.com/kekyo/CenterCLR.RelaxVersioner/workflows/.NET/badge.svg?branch=devel)](https://github.com/kekyo/CenterCLR.RelaxVersioner/actions)
| Continuous integration | [![RelaxVersioner CI build (master)](https://github.com/kekyo/RelaxVersioner/workflows/.NET/badge.svg?branch=master)](https://github.com/kekyo/RelaxVersioner/actions) | [![RelaxVersioner CI build (devel)](https://github.com/kekyo/RelaxVersioner/workflows/.NET/badge.svg?branch=devel)](https://github.com/kekyo/RelaxVersioner/actions)

## What is this?

Expand Down Expand Up @@ -313,7 +313,7 @@ Because it makes better fast cloning.

RelaxVersioner (and other automated versioning tool) requires all commits for calculating version depth.
Apply `fetch-depth: 0` predication into your build.yml script.
[You can understand with this real script.](https://github.com/kekyo/CenterCLR.RelaxVersioner/blob/master/.github/workflows/build.yml#L11)
[You can understand with this real script.](https://github.com/kekyo/RelaxVersioner/blob/master/.github/workflows/build.yml#L11)

### Use nuspec file to generate NuGet package

Expand Down Expand Up @@ -525,7 +525,7 @@ When you are using a nuspec file to generate a NuGet package, there are addition
* Added static literals. You can refer all symbols inside of "ThisAssembly" class/module, doesn't require using any reflection API.
* Added support keys "TargetFramework" (tfm), "TargetFrameworkIdentity" (tfid), "TargetFrameworkVersion" (tfv) and "TargetFrameworkProfile" (tfp). Only includes tfm by defaults. See also rule set file section.
* Reduced package size.
* Breaking change: Changed package naming from "CenterCLR.RelaxVersioner" to "RelaxVersioner". Old packages will make unlisting.
* Breaking change: Changed package naming from "RelaxVersioner" to "RelaxVersioner". Old packages will make unlisting.
* 1.0.10:
* Fixed failure aggregating referenced package versions (related changing nuget impls).
* 1.0.5:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CenterCLR.RelaxVersioner.Core\CenterCLR.RelaxVersioner.Core.csproj" />
<ProjectReference Include="..\RelaxVersioner.Core\RelaxVersioner.Core.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("CenterCLR.RelaxVersioner.Core.Tests")]
[assembly: InternalsVisibleTo("RelaxVersioner.Core.Tests")]
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>RelaxVersioner.Core</AssemblyName>
<AssemblyTitle>RelaxVersioner.Core</AssemblyTitle>

<PackageIcon>CenterCLR.RelaxVersioner.100.png</PackageIcon>
<PackageIcon>RelaxVersioner.100.png</PackageIcon>
<PackageTags>version;generator;git;auto;easy;generate;versioning;continuous;integration;delivery;tag;branch;assemblyinfo;msbuild</PackageTags>
</PropertyGroup>

Expand All @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\Images\CenterCLR.RelaxVersioner.100.png" Link="Images\CenterCLR.RelaxVersioner.100.png" Pack="true" PackagePath="\" />
<None Include="..\Images\RelaxVersioner.100.png" Link="Images\RelaxVersioner.100.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.RelaxVersioner.Core", "CenterCLR.RelaxVersioner.Core\CenterCLR.RelaxVersioner.Core.csproj", "{AD40D6E7-1B5F-4734-919A-3C55F5A40CB9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelaxVersioner.Core", "RelaxVersioner.Core\RelaxVersioner.Core.csproj", "{AD40D6E7-1B5F-4734-919A-3C55F5A40CB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.RelaxVersioner", "CenterCLR.RelaxVersioner\CenterCLR.RelaxVersioner.csproj", "{F8E532DE-24B0-49BA-A667-6447CA4BAA89}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelaxVersioner", "RelaxVersioner\RelaxVersioner.csproj", "{F8E532DE-24B0-49BA-A667-6447CA4BAA89}"
ProjectSection(ProjectDependencies) = postProject
{52B2423C-846D-4D9B-AB10-D5C593D3FB1D} = {52B2423C-846D-4D9B-AB10-D5C593D3FB1D}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.RelaxVersioner.Tasks", "CenterCLR.RelaxVersioner.Tasks\CenterCLR.RelaxVersioner.Tasks.csproj", "{52B2423C-846D-4D9B-AB10-D5C593D3FB1D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelaxVersioner.Tasks", "RelaxVersioner.Tasks\RelaxVersioner.Tasks.csproj", "{52B2423C-846D-4D9B-AB10-D5C593D3FB1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
20 changes: 10 additions & 10 deletions CenterCLR.RelaxVersioner.sln → RelaxVersioner.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
build-nupkg-bootstrap.bat = build-nupkg-bootstrap.bat
build-nupkg.bat = build-nupkg.bat
.github\workflows\build.yml = .github\workflows\build.yml
Images\CenterCLR.RelaxVersioner.100.png = Images\CenterCLR.RelaxVersioner.100.png
Images\CenterCLR.RelaxVersioner.128.png = Images\CenterCLR.RelaxVersioner.128.png
Images\CenterCLR.RelaxVersioner.256.png = Images\CenterCLR.RelaxVersioner.256.png
CenterCLR.RelaxVersioner.sln.licenseheader = CenterCLR.RelaxVersioner.sln.licenseheader
Images\RelaxVersioner.100.png = Images\RelaxVersioner.100.png
Images\RelaxVersioner.128.png = Images\RelaxVersioner.128.png
Images\RelaxVersioner.256.png = Images\RelaxVersioner.256.png
RelaxVersioner.sln.licenseheader = RelaxVersioner.sln.licenseheader
Directory.Build.props = Directory.Build.props
NuGet.Config = NuGet.Config
README.ja.md = README.ja.md
Expand All @@ -22,16 +22,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{98ADE163-2FFB-47B0-AA7A-1A294DD7276F}"
ProjectSection(SolutionItems) = preProject
Images\CenterCLR.RelaxVersioner.256.png = Images\CenterCLR.RelaxVersioner.256.png
Images\CenterCLR.RelaxVersioner.design = Images\CenterCLR.RelaxVersioner.design
Images\RelaxVersioner.256.png = Images\RelaxVersioner.256.png
Images\RelaxVersioner.design = Images\RelaxVersioner.design
Images\Explorer.png = Images\Explorer.png
Images\ILSpy.png = Images\ILSpy.png
Images\Japanese.256.png = Images\Japanese.256.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.RelaxVersioner.Core", "CenterCLR.RelaxVersioner.Core\CenterCLR.RelaxVersioner.Core.csproj", "{AD40D6E7-1B5F-4734-919A-3C55F5A40CB9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelaxVersioner.Core", "RelaxVersioner.Core\RelaxVersioner.Core.csproj", "{AD40D6E7-1B5F-4734-919A-3C55F5A40CB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.RelaxVersioner", "CenterCLR.RelaxVersioner\CenterCLR.RelaxVersioner.csproj", "{F8E532DE-24B0-49BA-A667-6447CA4BAA89}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelaxVersioner", "RelaxVersioner\RelaxVersioner.csproj", "{F8E532DE-24B0-49BA-A667-6447CA4BAA89}"
ProjectSection(ProjectDependencies) = postProject
{52B2423C-846D-4D9B-AB10-D5C593D3FB1D} = {52B2423C-846D-4D9B-AB10-D5C593D3FB1D}
EndProjectSection
Expand All @@ -43,7 +43,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A8639232-7
docs\More-On-Rules.md = docs\More-On-Rules.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.RelaxVersioner.Tasks", "CenterCLR.RelaxVersioner.Tasks\CenterCLR.RelaxVersioner.Tasks.csproj", "{52B2423C-846D-4D9B-AB10-D5C593D3FB1D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelaxVersioner.Tasks", "RelaxVersioner.Tasks\RelaxVersioner.Tasks.csproj", "{52B2423C-846D-4D9B-AB10-D5C593D3FB1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PlayGround", "PlayGround", "{3494B361-3FEC-41FF-AD57-40BF94D57CDD}"
EndProject
Expand All @@ -54,7 +54,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpNewTestProject", "Pla
{F8E532DE-24B0-49BA-A667-6447CA4BAA89} = {F8E532DE-24B0-49BA-A667-6447CA4BAA89}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.RelaxVersioner.Core.Tests", "CenterCLR.RelaxVersioner.Core.Tests\CenterCLR.RelaxVersioner.Core.Tests.csproj", "{05E2B482-70C7-4A36-B90B-BC87BE0E1ADF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelaxVersioner.Core.Tests", "RelaxVersioner.Core.Tests\RelaxVersioner.Core.Tests.csproj", "{05E2B482-70C7-4A36-B90B-BC87BE0E1ADF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CenterCLR.RelaxVersioner.Core\CenterCLR.RelaxVersioner.Core.csproj" />
<ProjectReference Include="..\RelaxVersioner.Core\RelaxVersioner.Core.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
<summary>Git tag/branch based, full-automatic version information inserter.</summary>
<copyright>Copyright (c) Kouji Matsui</copyright>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/kekyo/CenterCLR.RelaxVersioner</projectUrl>
<repository type="git" url="https://github.com/kekyo/CenterCLR.RelaxVersioner.git" branch="$RepositoryBranch$" commit="$RepositoryCommit$" />
<icon>CenterCLR.RelaxVersioner.100.png</icon>
<projectUrl>https://github.com/kekyo/RelaxVersioner</projectUrl>
<repository type="git" url="https://github.com/kekyo/RelaxVersioner.git" branch="$RepositoryBranch$" commit="$RepositoryCommit$" />
<icon>RelaxVersioner.100.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>$PackageReleaseNotes$</releaseNotes>
<tags>version;generator;git;auto;easy;generate;versioning;continuous;integration;delivery;tag;branch;assemblyinfo;msbuild;tool</tags>
</metadata>
<files>
<file src="..\Images\CenterCLR.RelaxVersioner.100.png" target="/" />
<file src="..\Images\RelaxVersioner.100.png" target="/" />
<file src="build\*.*" target="build" />
<file src="buildMultiTargeting\*.*" target="buildMultiTargeting" />
<file src="..\CenterCLR.RelaxVersioner.Tasks\bin\$Configuration$\net40\*.*" target="build/net40" />
<file src="..\CenterCLR.RelaxVersioner.Tasks\bin\$Configuration$\net46\*.*" target="build/net46" />
<file src="..\CenterCLR.RelaxVersioner.Tasks\bin\$Configuration$\netstandard2.0\*.*" target="build/netstandard2.0" />
<file src="..\RelaxVersioner.Tasks\bin\$Configuration$\net40\*.*" target="build/net40" />
<file src="..\RelaxVersioner.Tasks\bin\$Configuration$\net46\*.*" target="build/net46" />
<file src="..\RelaxVersioner.Tasks\bin\$Configuration$\netstandard2.0\*.*" target="build/netstandard2.0" />
<file src="bin\$Configuration$\net461\**\*.*" target="tools/net461" />
<file src="bin\$Configuration$\netcoreapp2.2\**\*.*" target="tools/netcoreapp2.2" />
<file src="bin\$Configuration$\netcoreapp3.1\**\*.*" target="tools/netcoreapp3.1" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 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 --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
dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 --no-cache RelaxVersioner.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 -o artifacts RelaxVersioner.sln
4 changes: 2 additions & 2 deletions 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" --no-cache CenterCLR.RelaxVersioner.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -o artifacts CenterCLR.RelaxVersioner.sln
dotnet build -p:Configuration=Release -p:Platform="Any CPU" --no-cache RelaxVersioner.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -o artifacts RelaxVersioner.sln
Loading

0 comments on commit 5e5f306

Please sign in to comment.