Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Oct 5, 2023
1 parent 874baba commit d0004a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ classifiers = [
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ jobs:
output.xml
report.html
flattenFolders: true
# condition: succeededOrFailed()
condition: and(succeededOrFailed(), not(and(eq(variables.PythonVersion, '3.9'), contains(variables.Image, 'ubuntu'))))
# Above conditional is a temp workaround for known ubuntu python 3.9 Tar file bug
# https://bugzilla.tianocore.org/show_bug.cgi?id=3891
condition: succeededOrFailed()

# Publish build artifacts to Azure Artifacts/TFS or a file share
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit d0004a5

Please sign in to comment.