Skip to content

Commit

Permalink
updating to new appcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaier-IRT committed Nov 7, 2023
1 parent b44318a commit 0d8b0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ publish-ui-appcenter:
ifneq ($(APPCENTER_SECRET_UWP),)
ifeq ($(OPERATING_SYSTEM),Windows)
@echo "Publishing UWP to AppCenter"
appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/ElectionGuard.UI.zip -g QualityAssurance -a "InfernoRed-Technology/ElectionGuard-Admin-1" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_UWP)
appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/ElectionGuard.UI.zip -g QualityAssurance -a "Election-Tech-Initiative/ElectionGuard-Admin-1" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_UWP)
endif
else
@echo "APPCENTER_SECRET_UWP not set. Skipping AppCenter publish"
Expand All @@ -426,7 +426,7 @@ endif
ifneq ($(APPCENTER_SECRET_MACOS),)
ifeq ($(OPERATING_SYSTEM),Darwin)
@echo "Publishing MacCatalyst to AppCenter"
appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/*.pkg -g QualityAssurance -a "InfernoRed-Technology/ElectionGuard-Admin" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_MACOS)
appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/*.pkg -g QualityAssurance -a "Election-Tech-Initiative/ElectionGuard-Admin" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_MACOS)
endif
else
@echo "APPCENTER_SECRET_MACOS not set. Skipping AppCenter publish"
Expand Down

0 comments on commit 0d8b0e2

Please sign in to comment.