Commit de989a1 1 parent 93fb81f commit de989a1 Copy full SHA for de989a1
File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
- robotVersion : " 23.10.6 "
2
+ robotVersion : " 23.10.10 "
3
3
studioProjectPath : " "
4
4
buildForWindows : true
5
5
buildForPortable : true
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ variables:
6
6
SolutionsPath : " $(Build.SourcesDirectory)\\ Activities"
7
7
ToolsPath : " $(Build.SourcesDirectory)\\ Activities\\ Tools"
8
8
TestRunnerVersion : " 1.594.543"
9
- TestsStudioVersion : " 23.10.6"
9
+ TestsStudioVersion : " 23.10.10"
10
+
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ trigger:
29
29
include :
30
30
- Activities/Database/*
31
31
- Activities/Activities.Database.sln
32
+ - Activities/Directory.build.targets
32
33
- Activities/Shared/*
33
34
- Activities/Tools/*
34
35
43
44
include :
44
45
- Activities/Database/*
45
46
- Activities/Activities.Database.sln
47
+ - Activities/Directory.build.targets
46
48
- Activities/Shared/*
47
49
- Activities/Tools/*
48
50
Original file line number Diff line number Diff line change 37
37
<PackageReference Update =" System.Text.RegularExpressions" Version =" 4.3.1" />
38
38
<PackageReference Update =" System.Formats.Asn1" Version =" 8.0.1" />
39
39
40
- <PackageReference Update =" Azure.Identity" Version =" 1.11.4" />
41
- <PackageReference Update =" Microsoft.Identity.Client" Version =" 4.62.0" />
40
+ <PackageReference Update =" Azure.Identity" Version =" 1.13.1" />
42
41
</ItemGroup >
43
42
44
43
<!-- the None element is used for keeping files visible in solution explorer -->
You can’t perform that action at this time.
0 commit comments