Skip to content

Commit

Permalink
Official build fix (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGerlicher authored Sep 27, 2024
1 parent a69773a commit c93f485
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
ArtifactsDirectory: artifacts
BuildConfiguration: 'Release'
BuildPlatform: 'Any CPU'
MSBuildArgs: '"/Property:Platform=$(BuildPlatform);Configuration=$(BuildConfiguration)" "/BinaryLogger:$(Build.SourcesDirectory)\$(ArtifactsDirectoryName)\msbuild.binlog"'
MSBuildArgs: '"/Property:Platform=$(BuildPlatform);Configuration=$(BuildConfiguration)" "/BinaryLogger:$(Build.SourcesDirectory)\$(ArtifactsDirectory)\msbuild.binlog"'
SignType: 'Real'
trigger:
batch: true
Expand Down Expand Up @@ -53,11 +53,6 @@ extends:
condition: always()
targetPath: $(ArtifactsDirectory)
artifactName: 'artifacts'
- output: pipelineArtifact
displayName: 'Publish Logs'
condition: always()
targetPath: $(LogDirectory)
artifactName: 'logs'
- output: nuget
displayName: 'Push NuGet Packages to nuget.org'
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
Expand Down

0 comments on commit c93f485

Please sign in to comment.