Skip to content

Commit

Permalink
test: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jun 23, 2024
1 parent 8516a42 commit 1c2efe1
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<AnalysisMode>All</AnalysisMode>
</PropertyGroup>

<Target Name="FetchTwitchOpenApiJson" BeforeTargets="Build;BeforeCompile;CompileDesignTime">
<!-- Download the OpenAPI JSON file (if expired) -->
<DownloadFile
SourceUrl="https://twitch-api-swagger.surge.sh/openapi.json"
DestinationFolder="$(MSBuildThisFileDirectory)../../../specs"
DestinationFileName="twitch.json"
SkipUnchangedFiles="true"
Retries="2" />
</Target>
<!-- <Target Name="FetchTwitchOpenApiJson" BeforeTargets="Build;BeforeCompile;CompileDesignTime">-->
<!-- &lt;!&ndash; Download the OpenAPI JSON file (if expired) &ndash;&gt;-->
<!-- <DownloadFile-->
<!-- SourceUrl="https://twitch-api-swagger.surge.sh/openapi.json"-->
<!-- DestinationFolder="$(MSBuildThisFileDirectory)../../../specs"-->
<!-- DestinationFileName="twitch.json"-->
<!-- SkipUnchangedFiles="true"-->
<!-- Retries="2" />-->
<!-- </Target>-->

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
Expand Down

0 comments on commit 1c2efe1

Please sign in to comment.