Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 98dbad9

Browse files
authored
5.1.1 (#170)
1 parent 436014c commit 98dbad9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0
1+
5.1

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
- script: |
8585
# Install Swift dependencies
8686
sudo apt-get install clang libicu-dev
87-
# Install Swift 5.1
88-
curl https://swift.org/builds/swift-5.1-release/ubuntu1604/swift-5.1-RELEASE/swift-5.1-RELEASE-ubuntu16.04.tar.gz > $(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04.tar.gz
89-
tar xzf swift-5.1-RELEASE-ubuntu16.04.tar.gz -C $(Build.SourcesDirectory)
87+
# Install Swift 5.1.1
88+
curl https://swift.org/builds/swift-5.1.1-release/ubuntu1604/swift-5.1.1-RELEASE/swift-5.1.1-RELEASE-ubuntu16.04.tar.gz > $(Build.SourcesDirectory)/swift-5.1.1-RELEASE-ubuntu16.04.tar.gz
89+
tar xzf swift-5.1.1-RELEASE-ubuntu16.04.tar.gz -C $(Build.SourcesDirectory)
9090
# Swift build
91-
$(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04/usr/bin/swift build
91+
$(Build.SourcesDirectory)/swift-5.1.1-RELEASE-ubuntu16.04/usr/bin/swift build
9292
# Swift test
93-
$(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04/usr/bin/swift test
93+
$(Build.SourcesDirectory)/swift-5.1.1-RELEASE-ubuntu16.04/usr/bin/swift test
9494
9595

0 commit comments

Comments
 (0)