Skip to content

Commit

Permalink
Upload VS manifest to correct organization (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSchmeichel committed Jul 12, 2023
1 parent 99bc347 commit 2cea12a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ steps:
displayName: Upload VSTS Drop
inputs:
DropFolder: '$(Build.ArtifactStagingDirectory)\$(BuildConfiguration)\vsix\'
DropServiceUri: https://mseng.artifacts.visualstudio.com
DropRetentionDays: 365
AccessToken: $(System.AccessToken)
AccessToken: $(DevDivDropManageAccessToken)

- ${{ if ne(parameters.sign, 'true') }}:
- script: dotnet test MicrosoftCredentialProvider.sln --logger trx --results-directory $(Agent.TempDirectory)
Expand Down

0 comments on commit 2cea12a

Please sign in to comment.