Skip to content

Commit

Permalink
Remove unnecessary parameter (#7317)
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource authored Jun 1, 2023
1 parent c0ead58 commit 5a276dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ stages:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:DeployExtension=false /p:SignAssembly=$(isReleaseBranch) /p:AssemblyOriginatorKeyFile="$(snk.secureFilePath)" /p:Sha1=$(Build.SourceVersion) /p:BuildNumber=$(Build.BuildId) /p:WarningLevel=0'
msbuildArgs: '/p:SignAssembly=$(isReleaseBranch) /p:AssemblyOriginatorKeyFile="$(snk.secureFilePath)" /p:Sha1=$(Build.SourceVersion) /p:BuildNumber=$(Build.BuildId) /p:WarningLevel=0'
vsVersion: $(vsVersion)

- task: NuGetCommand@2
Expand Down Expand Up @@ -267,7 +267,7 @@ stages:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:DeployExtension=false /p:RunAnalyzers=true'
msbuildArgs: '/p:RunAnalyzers=true'
vsVersion: $(vsVersion)

- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit 5a276dd

Please sign in to comment.