Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin tfx-cli version to work around issue in latest version
Browse files Browse the repository at this point in the history
stuartleeks committed Feb 23, 2023

Unverified

The committer email address is not verified.
1 parent e4bf982 commit 0fcdfd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -55,7 +55,8 @@ RUN sudo groupadd docker && sudo usermod -aG docker $USERNAME && newgrp docker
COPY scripts/act.sh /tmp/
RUN /bin/bash /tmp/act.sh 0.2.21

RUN sudo npm install -g tfx-cli
# Pin to 0.12.0: https://github.com/microsoft/tfs-cli/issues/427
RUN sudo npm install -g tfx-cli@0.12.0

# azure-cli-no-mount
COPY scripts/azure-cli.sh /tmp/

0 comments on commit 0fcdfd5

Please sign in to comment.