Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Metrolog/marks
Browse files Browse the repository at this point in the history
# Conflicts:
#	ITG.MakeUtils/appveyor.mk
  • Loading branch information
sergey-s-betke committed May 24, 2018
2 parents a4f3d71 + ca08ede commit 7b9cdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ITG.MakeUtils/appveyor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ APPVEYORTOOL ?= appveyor

pushDeploymentArtifactFile = \
$(call psExecuteCommand,\
'$(2)' -split ' ' | Resolve-Path | Get-Item | % { Push-AppveyorArtifact -Path $$$$_.FullName -FileName $$$$_.Name -DeploymentName '$(1)' } \
'$(2)' -split ' ' | Resolve-Path | Get-Item | % { Push-AppveyorArtifact -Path $$$$_.FullName -FileName $$$$_.Name -DeploymentName '$(1)' } \
)

pushDeploymentArtifact = $(call pushDeploymentArtifactFile,$@,$^)
Expand Down

0 comments on commit 7b9cdb8

Please sign in to comment.