This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed
Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77
88 <Import Project =" $(SolutionDir)\src\common\signing.props" />
99
10- <Target Name =" AddClientSecret" BeforeTargets =" BeforeCompile" Condition = " $(Buildtype) == 'Internal' "
10+ <Target Name =" AddClientSecret" BeforeTargets =" BeforeCompile"
1111 Inputs =" $(MSBuildThisFileFullPath)" Outputs =" $(IntermediateOutputPath)ApiClientConfiguration_User.cs" >
1212 <Error Condition =" '$(GitHubVS_ClientId)' == ''" Text =" Please define a 'GitHubVS_ClientId' environment variable" />
1313 <Error Condition =" '$(GitHubVS_ClientSecret)' == ''" Text =" Please define a 'GitHubVS_ClientSecret' environment variable" />
@@ -30,7 +30,6 @@ namespace GitHub.Api
3030 </GeneratedText >
3131 </PropertyGroup >
3232 <ItemGroup >
33- <Compile Remove =" ApiClientConfiguration_User.cs" />
3433 <Compile Include =" $(GeneratedFilePath)" />
3534 </ItemGroup >
3635 <WriteLinesToFile File =" $(GeneratedFilePath)" Lines =" $(GeneratedText)" WriteOnlyWhenDifferent =" true" Overwrite =" true" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <BuildType Condition =" Exists('..\..\script\key.snk')" >Internal</BuildType >
5- </PropertyGroup >
6-
73 <PropertyGroup >
84 <AssemblyOriginatorKeyFile >..\..\key.snk</AssemblyOriginatorKeyFile >
95 <SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments