1 write to CreatedPackageFilePath
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\CreatePackageFile.cs (1)
55
CreatedPackageFilePath
= packageFileTask.Result ? packageFilePath : string.Empty;
1 reference to CreatedPackageFilePath
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\OneDeploy\CreatePackageFile.cs (1)
57
return !string.IsNullOrEmpty(
CreatedPackageFilePath
);