Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c415aa1

Browse files
author
N. Taylor Mullen
committed
Only repack if there's src bits to repack.
- Unblocks tests on CI.
1 parent c998cee commit c415aa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makefile.shade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ var AUTHORS='Microsoft Open Technologies, Inc.'
1515
use-standard-lifecycle
1616
k-standard-goals
1717

18-
#repack-x86 target='compile'
19-
@{
18+
#repack-x86 target='compile' if='Directory.Exists("src")'
19+
@{
2020
if (string.IsNullOrEmpty(CONFIGURATION_LOCAL))
2121
{
2222
CONFIGURATION_LOCAL = "Debug";

0 commit comments

Comments
 (0)