Commit 9fa72fe 1 parent 65cc9a1 commit 9fa72fe Copy full SHA for 9fa72fe
File tree 8 files changed +22
-10
lines changed
aws-encryption-sdk-net/codebuild/release
8 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 18
18
phases :
19
19
install :
20
20
runtime-versions :
21
- dotnet : 5 .0
21
+ dotnet : 6 .0
22
22
python : 3.x
23
23
commands :
24
24
- cd ..
@@ -50,8 +50,8 @@ phases:
50
50
# Now validate we can run examples
51
51
- sed -i.backup '/Source\/AWSEncryptionSDK.csproj/d' Examples/AWSEncryptionSDKExamples.csproj
52
52
- dotnet add Examples/AWSEncryptionSDKExamples.csproj package AWS.EncryptionSDK --version $VERSION
53
- # Target only netcoreapp3.1, because we only support net452 for windows .
53
+ # Run examples for just one supported version .
54
54
# Since all frameworks and OS's are tested on commit, we mainly want to
55
55
# run this as a smoke test and the confirm we can find the dependency,
56
56
# rather than a comprehensive test suite.
57
- - dotnet test Examples -f netcoreapp3.1
57
+ - dotnet test Examples -f net6.0
Original file line number Diff line number Diff line change 18
18
phases :
19
19
install :
20
20
runtime-versions :
21
- dotnet : 5 .0
21
+ dotnet : 6 .0
22
22
python : 3.x
23
23
commands :
24
24
- cd ..
@@ -59,11 +59,11 @@ phases:
59
59
# Now validate we can run examples
60
60
- sed -i.backup '/Source\/AWSEncryptionSDK.csproj/d' Examples/AWSEncryptionSDKExamples.csproj
61
61
- dotnet add Examples/AWSEncryptionSDKExamples.csproj package AWS.EncryptionSDK --version $UNIQUE_VERSION
62
- # Target only netcoreapp3.1, because we only support net452 for windows .
62
+ # Run examples for just one supported version .
63
63
# Since all frameworks and OS's are tested on commit, we mainly want to
64
64
# run this as a smoke test and the confirm we can find the dependency,
65
65
# rather than a comprehensive test suite.
66
- - dotnet test Examples -f netcoreapp3.1
66
+ - dotnet test Examples -f net6.0
67
67
post_build :
68
68
commands :
69
69
- >-
Original file line number Diff line number Diff line change 5
5
build-graph :
6
6
- identifier : sign
7
7
buildspec : aws-encryption-sdk-net/codebuild/release/sign.yml
8
- - identifier : verify
8
+ env :
9
+ type : LINUX_CONTAINER
10
+ image : aws/codebuild/standard:6.0
11
+ - identifier : verify
9
12
buildspec : aws-encryption-sdk-net/codebuild/release/verify.yml
10
13
env :
11
14
type : WINDOWS_SERVER_2019_CONTAINER
12
- image : aws/codebuild/windows-base:2019-1 .0
15
+ image : aws/codebuild/windows-base:2019-2 .0
13
16
depend-on :
14
17
- sign
15
18
- identifier : release_staging
16
19
buildspec : aws-encryption-sdk-net/codebuild/release/release-staging.yml
20
+ env :
21
+ type : LINUX_CONTAINER
22
+ image : aws/codebuild/standard:6.0
17
23
depend-on :
18
24
- sign
19
25
- identifier : release_prod
20
26
buildspec : aws-encryption-sdk-net/codebuild/release/release-prod.yml
27
+ env :
28
+ type : LINUX_CONTAINER
29
+ image : aws/codebuild/standard:6.0
21
30
depend-on :
22
31
- verify
23
32
- release_staging
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
runtime-versions :
6
- dotnet : 5 .0
6
+ dotnet : 6 .0
7
7
python : 3.x
8
8
commands :
9
9
- cd ..
Original file line number Diff line number Diff line change 8
8
phases :
9
9
install :
10
10
runtime-versions :
11
- dotnet : 5 .0
11
+ dotnet : 6 .0
12
12
python : 3.x
13
13
build :
14
14
commands :
Original file line number Diff line number Diff line change 7
7
phases :
8
8
install :
9
9
runtime-versions :
10
+ # TODO update to .NET 6.0
10
11
dotnet : 5.0
11
12
nodejs : 14
12
13
commands :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
runtime-versions :
6
+ # TODO update to .NET 6.0
6
7
dotnet : 5.0
7
8
commands :
8
9
- cd ..
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
runtime-versions :
6
+ # TODO update to .NET 6.0
6
7
dotnet : 5.0
7
8
commands :
8
9
- cd ..
You can’t perform that action at this time.
0 commit comments