We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24557c7 commit 9495751Copy full SHA for 9495751
1 file changed
build/AzurePipelinesTemplates/WindowsAppSDK-BuildVSIX-Steps.yml
@@ -57,7 +57,7 @@ steps:
57
foreach ($file in $files) # Iterate through each package we restored in the directory
58
{
59
Write-Host "file:" $file.FullName
60
- $nupkgPaths = Get-ChildItem $file.FullName -Filter "*.nupkg"
+ $nupkgPaths = Get-ChildItem $file.FullName -Filter "*WindowsAppSDK*.nupkg"
61
62
# Extract nupkg to access the nuspec
63
# The files in this directory does not contain the nuspec by default
@@ -236,4 +236,4 @@ steps:
236
- task: PublishBuildArtifacts@1
237
inputs:
238
PathtoPublish: '$(ob_outputDirectory)'
239
- artifactName: '$(ob_artifactBaseName)'
+ artifactName: '$(ob_artifactBaseName)'
0 commit comments