This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 <Import Project =" $(SolutionDir)\src\common\signing.props" />
99
1010 <Target Name =" AddClientSecret" BeforeTargets =" BeforeCompile"
11- Inputs =" $(MSBuildThisFileFullPath)" Outputs =" $(IntermediateOutputPath)ApiClientConfiguration_User .cs" >
12- <Error Condition =" '$(GitHubVS_ClientId)' == ''" Text = " Please define a 'GitHubVS_ClientId' environment variable " />
13- < Error Condition = " '$(GitHubVS_ClientSecret)' == '' " Text =" Please define a 'GitHubVS_ClientSecret' environment variable " />
11+ Inputs =" $(MSBuildThisFileFullPath)" Outputs =" $(IntermediateOutputPath)ApiClientConfiguration.$(GitHubVS_ClientId) .cs" >
12+ <Error Condition =" '$(GitHubVS_ClientId)' == '' OR '$(GitHubVS_ClientSecret)' == '' "
13+ Text =" Please define 'GitHubVS_ClientId' and 'GitHubVS_ClientSecret' environment variables and restart Visual Studio " />
1414 <PropertyGroup >
15- <GeneratedFilePath >$(IntermediateOutputPath)ApiClientConfiguration_User .cs</GeneratedFilePath >
15+ <GeneratedFilePath >$(IntermediateOutputPath)ApiClientConfiguration.$(GitHubVS_ClientId) .cs</GeneratedFilePath >
1616 <GeneratedText >
1717 <![CDATA[
1818namespace GitHub.Api
You can’t perform that action at this time.
0 commit comments