xcpretty-azure-formatter 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/bin/xcpretty-azure-formatter +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e488abd02dc24bb42f86f1ab45b28969445a84549a689089f4f9f6f9817051af
|
|
4
|
+
data.tar.gz: 6e4bd0be55cceaa25abd555557aff41304e4d72f32e0167b160d52c9672d4dab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8ae57a13f1f7cfdb2f152e380e4aa2a1170edb008fdd76ff90bd2c09ab8f3abef51df40214b2fd87b8f5222e7c1a91f354da51f7923091156f7b3a431827c77
|
|
7
|
+
data.tar.gz: 8b23d5754b654265c84c7cf042d8836658980db62ac68fdd5513df58f7cbf147acaf1f1164e5aebdd4010f81379ae9376c57d83218e87b35c02915ab7c408fc9
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# xcpretty-azure-formatter
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+
 [](https://badge.fury.io/rb/xcpretty-azure-formatter)
|
|
4
4
|
|
|
5
5
|
This xcpretty formatter produces additional [Azure Pipelines LogIssue](https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops&tabs=bash#logissue-log-an-error-or-warning) commands so xcodebuild errors and warnigns can be reported to the Azure Pipeline environment.
|
|
6
6
|
|