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