示例#1
0
 protected virtual void DownloadIfNotExists()
 {
     if (!BinaryExists())
     {
         Trace.TraceInformation("{0} not found. Downloading.....", _binaryArchive);
         _artifact.Download(_binaryArchive);
     }
 }