This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
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
wli3
force-pushed
the
dev/wul/stable-upload-to-feed-2
branch
from
August 16, 2017 22:59
3644309
to
28f6a89
Compare
wli3
force-pushed
the
dev/wul/stable-upload-to-feed-2
branch
from
August 17, 2017 20:52
28f6a89
to
2540b8f
Compare
wli3
changed the title
Use Rest Api to upload to the feed
[on hold] Use Rest Api to upload to the feed
Aug 17, 2017
wli3
changed the title
[on hold] Use Rest Api to upload to the feed
Use Rest Api to upload to the feed
Aug 29, 2017
johnbeisner
reviewed
Aug 29, 2017
build/publish/PublishDebian.targets
Outdated
<Target Name="PublishDebFilesToDebianRepo" Condition=" '$(IsDebianBaseDistro)' == 'True' AND '$(SkipPublishToDebianRepo)' != 'true' AND '$(IslinuxPortable)' != 'true' "> | ||
<Target Name="PublishDebFilesToDebianRepo" | ||
DependsOnTargets="SetupDebProps;" | ||
Condition=" '$(IsDebianBaseDistro)' == 'True' AND '$(SkipPublishToDebianRepo)' != 'true' AND '$(IslinuxPortable)' != 'true' " > | ||
<Error Condition="'$(REPO_ID)' == ''" Text="REPO_ID must be set as an environment variable for debian publishing." /> | ||
<Error Condition="'$(REPO_USER)' == ''" Text="REPO_USER must be set as an environment variable for debian publishing." /> | ||
<Error Condition="'$(REPO_PASS)' == ''" Text="REPO_PASS must be set as an environment variable for debian publishing." /> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
johnbeisner
approved these changes
Aug 29, 2017
wli3
force-pushed
the
dev/wul/stable-upload-to-feed-2
branch
3 times, most recently
from
August 30, 2017 00:18
ac82646
to
4aae28b
Compare
Add pulling logic to make sure it is uploaded to the feed. Add retry logic for the whole upload process Remove the old upload script
wli3
force-pushed
the
dev/wul/stable-upload-to-feed-2
branch
from
August 30, 2017 00:31
4aae28b
to
5baf66d
Compare
wli3
force-pushed
the
dev/wul/stable-upload-to-feed-2
branch
from
August 30, 2017 04:12
b4bf403
to
ee1a320
Compare
@dotnet-bot test Windows_NT x64 Release Build |
nguerrera
pushed a commit
to nguerrera/cli
that referenced
this pull request
Sep 27, 2017
Use Rest Api to upload to the feed Add pulling logic to make sure it is uploaded to the feed. Add retry logic for the whole upload process Remove the old upload script (cherry picked from commit 7f54ccb)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add pulling logic to make sure it is uploaded to the feed.
Add retry logic for the whole upload process
Remove the old upload script