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