|
@@ -12,6 +12,8 @@
|
|
<Nullable>enable</Nullable>
|
|
<Nullable>enable</Nullable>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
|
+ <ContinuousIntegrationBuild Condition="'$(TF_BUILD)' != ''">true</ContinuousIntegrationBuild>
|
|
|
|
+ <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' != ''">true</ContinuousIntegrationBuild>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
@@ -29,6 +31,7 @@
|
|
<PackageProjectUrl>https://github.com/Abc-Arbitrage/Zebus</PackageProjectUrl>
|
|
<PackageProjectUrl>https://github.com/Abc-Arbitrage/Zebus</PackageProjectUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<Copyright>Copyright © ABC arbitrage $([System.DateTime]::Now.ToString('yyyy'))</Copyright>
|
|
<Copyright>Copyright © ABC arbitrage $([System.DateTime]::Now.ToString('yyyy'))</Copyright>
|
|
|
|
+ <PackageOutputPath>$(MSBuildThisFileDirectory)..\output</PackageOutputPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(NCrunch)' == '1'">
|
|
<PropertyGroup Condition="'$(NCrunch)' == '1'">
|
|
@@ -36,10 +39,6 @@
|
|
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
|
|
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
- <PropertyGroup Condition="'$(TF_BUILD)' != ''">
|
|
|
|
- <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
|
|
- </PropertyGroup>
|
|
|
|
-
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" />
|
|
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
|