forked from pytorch/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 3 commits.
# This is the 1st commit message: # This is a combination of 16 commits. # This is the 1st commit message: . # This is the commit message pytorch#2: Enable wheel tests # This is the commit message pytorch#3: Remove useless % # This is the commit message pytorch#4: Debug CPU conda # This is the commit message pytorch#5: . # This is the commit message pytorch#6: . # This is the commit message pytorch#7: Revert debugging stuff # This is the commit message pytorch#8: . # This is the commit message pytorch#9: Revert to normal # This is the commit message pytorch#10: Revert to legacy version # This is the commit message pytorch#11: Disable all except CPU conda # This is the commit message pytorch#12: Explicit python version # This is the commit message pytorch#13: Revert "Explicit python version" This reverts commit a45b285. # This is the commit message pytorch#14: Revert "Disable all except CPU conda" This reverts commit 2c69de7. # This is the commit message pytorch#15: Use branches first # This is the commit message pytorch#16: Use hash # This is the commit message pytorch#2: . # This is the commit message pytorch#3: .
- Loading branch information
1 parent
50d345a
commit eb98223
Showing
8 changed files
with
68 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
parameters: | ||
package: '' | ||
|
||
steps: | ||
- script: 'windows/internal/publish.bat' | ||
displayName: 'Upload packages to Azure DevOps Repo' | ||
env: | ||
PACKAGEFULLNAME: ${{ parameters.package }} |