Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Use Rest Api to upload to the feed #7460

Merged
merged 2 commits into from
Aug 30, 2017
Merged

Conversation

wli3
Copy link

@wli3 wli3 commented Aug 16, 2017

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 wli3 force-pushed the dev/wul/stable-upload-to-feed-2 branch from 3644309 to 28f6a89 Compare August 16, 2017 22:59
@wli3
Copy link
Author

wli3 commented Aug 16, 2017

@rakeshsinghranchi FYI

@wli3 wli3 force-pushed the dev/wul/stable-upload-to-feed-2 branch from 28f6a89 to 2540b8f Compare August 17, 2017 20:52
@wli3 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 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
<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.

@wli3 wli3 force-pushed the dev/wul/stable-upload-to-feed-2 branch 3 times, most recently from ac82646 to 4aae28b Compare August 30, 2017 00:18
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 wli3 force-pushed the dev/wul/stable-upload-to-feed-2 branch from 4aae28b to 5baf66d Compare August 30, 2017 00:31
@wli3 wli3 force-pushed the dev/wul/stable-upload-to-feed-2 branch from b4bf403 to ee1a320 Compare August 30, 2017 04:12
@wli3
Copy link
Author

wli3 commented Aug 30, 2017

@dotnet-bot test Windows_NT x64 Release Build

@wli3 wli3 merged commit 22e75d0 into master Aug 30, 2017
@wli3 wli3 deleted the dev/wul/stable-upload-to-feed-2 branch August 30, 2017 13:54
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants