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

Commit d9cfe33

Browse files
author
John Beisner
committed
Linux portable should not try to publish to the Debian repo.
1 parent e41d1c8 commit d9cfe33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/publish/PublishDebian.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</DebianUploadJsonContent>
2020
</PropertyGroup>
2121

22-
<Target Name="PublishDebFilesToDebianRepo" Condition=" '$(IsDebianBaseDistro)' == 'True' AND '$(SkipPublishToDebianRepo)' != 'true' ">
22+
<Target Name="PublishDebFilesToDebianRepo" Condition=" '$(IsDebianBaseDistro)' == 'True' AND '$(SkipPublishToDebianRepo)' != 'true' AND '$(IslinuxPortable)' != 'true' ">
2323
<Error Condition="'$(REPO_ID)' == ''" Text="REPO_ID must be set as an environment variable for debian publishing." />
2424
<Error Condition="'$(REPO_USER)' == ''" Text="REPO_USER must be set as an environment variable for debian publishing." />
2525
<Error Condition="'$(REPO_PASS)' == ''" Text="REPO_PASS must be set as an environment variable for debian publishing." />

0 commit comments

Comments
 (0)