Skip to content

Commit

Permalink
Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 2, 2023
1 parent ceaf9f9 commit 87b7265
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .azurepipelines/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
packageType: 'sdk'
version: '6.0.x'
includePreviewVersions: false
- task: DownloadSecureFile@1
name: strongnamefile
displayName: 'Download Strong Name Key'
inputs:
secureFile: 'OPCFoundation.NetStandard.Key.snk'
- task: DotNetCoreCLI@2
inputs:
command: 'custom'
Expand All @@ -67,6 +62,7 @@ jobs:
targetType: filePath
filePath: ./.azurepipelines/set-version.ps1
- task: NuGetCommand@2
displayName: Restore
inputs:
restoreSolution: '$(solution)'
- task: VSBuild@1
Expand Down

0 comments on commit 87b7265

Please sign in to comment.