4 references to VsixFilePath
Microsoft.DotNet.Build.Tasks.VisualStudio (4)
Vsix\FinalizeInsertionVsixFile.cs (4)
37using var package = Package.Open(TaskEnvironment.GetAbsolutePath(VsixFilePath)); 80Log.LogError($"PackageManifest.Installation element not found in manifest of '{VsixFilePath}'"); 87Log.LogWarning($"PackageManifest.Installation element of the manifest does not have Experimental=\"true\": '{VsixFilePath}'"); 96Log.LogWarning($"PackageManifest.Installation element of the manifest specifies SystemComponent attribute: '{VsixFilePath}'");