Build only if src directory exists.
This commit is contained in:
parent
aa1495deb0
commit
f46b3a2db6
|
|
@ -11,7 +11,7 @@ var Configuration_Local = '${E("Configuration")}'
|
|||
var ROOT_Local = '${Directory.GetCurrentDirectory()}'
|
||||
var BUILD_DIR_Local = '${Path.Combine(ROOT_Local, "build")}'
|
||||
|
||||
#build-compile target='compile' if='IsLinux'
|
||||
#build-compile target='compile' if='IsLinux && Directory.Exists("src")'
|
||||
@{
|
||||
var projectFiles = Files.Include("src/**/project.json")
|
||||
.Exclude("src/Microsoft.AspNetCore.DataProtection.SystemWeb/project.json")
|
||||
|
|
@ -23,4 +23,4 @@ var BUILD_DIR_Local = '${Path.Combine(ROOT_Local, "build")}'
|
|||
{
|
||||
File.Copy(nupkg, Path.Combine(BUILD_DIR_Local, Path.GetFileName(nupkg)), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue