Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 15b9f44

Browse files
committed
Clarify error message
1 parent ee41c38 commit 15b9f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Target Name="AddClientSecret" BeforeTargets="BeforeCompile"
1111
Inputs="$(MSBuildThisFileFullPath)" Outputs="$(IntermediateOutputPath)ApiClientConfiguration.$(GitHubVS_ClientId).cs">
1212
<Error Condition="'$(GitHubVS_ClientId)' == '' OR '$(GitHubVS_ClientSecret)' == ''"
13-
Text="Please define 'GitHubVS_ClientId' and 'GitHubVS_ClientSecret' environment variables and restart Visual Studio" />
13+
Text="Please define 'GitHubVS_ClientId' and 'GitHubVS_ClientSecret' environment variables (restart Visual Studio if necessary)" />
1414
<PropertyGroup>
1515
<GeneratedFilePath>$(IntermediateOutputPath)ApiClientConfiguration.$(GitHubVS_ClientId).cs</GeneratedFilePath>
1616
<GeneratedText>

0 commit comments

Comments
 (0)