Skip to content

Commit

Permalink
[Tests] Xenko.Assets.Tests: Don't compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Dec 1, 2018
1 parent 31e2160 commit 9f35d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Targets/Xenko.targets
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
</Target>

<!--Compile assets for all XenkoPackage items and only for an executable-->
<Target Name="XenkoCompileAsset" DependsOnTargets="XenkoUpdateGraphicsPlatform" Condition="'$(XenkoIsExecutable)' == 'true'">
<Target Name="XenkoCompileAsset" DependsOnTargets="XenkoUpdateGraphicsPlatform" Condition="'$(XenkoIsExecutable)' == 'true' And '$(XenkoCompileAssets)' != 'false'">
<PropertyGroup>
<XenkoCompileAssetCommandProxy>$(XenkoCompileAssetCommandProxy) $(XenkoCompileAssetOptions) --disable-auto-compile --project-configuration &quot;$(Configuration)&quot; --platform=$(XenkoPlatform) --project-configuration=$(Configuration) --output-path=&quot;$(XenkoCompileAssetOutputPath)&quot; --build-path=&quot;$(XenkoCompileAssetBuildPath)&quot; --package-file=&quot;$(MSBuildProjectFullPath)&quot; --log-pipe=&quot;$(XenkoBuildEngineLogPipeUrl)&quot;</XenkoCompileAssetCommandProxy>
<XenkoCompileAssetCommandProxy Condition="'$(XenkoBuildEngineLogVerbose)' != ''">$(XenkoCompileAssetCommandProxy) --verbose</XenkoCompileAssetCommandProxy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<XenkoPlatform>Windows</XenkoPlatform>
<XenkoBuildProfile>Windows</XenkoBuildProfile>
<XenkoPackageGuid>{04ed1618-1a06-4a69-ac34-1006a978af11}</XenkoPackageGuid>
<XenkoCompileAssets>false</XenkoCompileAssets>
<XenkoGraphicsApi Condition="'$(XenkoGraphicsApi)' == ''">Direct3D11</XenkoGraphicsApi>
<XenkoOutputFolder>Tests\$(AssemblyName)</XenkoOutputFolder>
<XenkoOpenSourceSign>false</XenkoOpenSourceSign>
Expand Down

0 comments on commit 9f35d82

Please sign in to comment.