Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
49893b6
Bumping DotNet version
Jun 28, 2021
b655f26
Update js sdk to 4.14rc0 as well
Jun 28, 2021
0a8cceb
update tests
Jun 28, 2021
20b0fdf
Update JS tests
Jun 28, 2021
e37c9a3
Update JS test expectation
Jun 28, 2021
b22f9f2
chore: Cherry pick 1171 and 1164 into 4.14 (#1172)
thomas-chung Jun 29, 2021
527aa16
feat: Update bot framework package deps (#1168)
thomas-chung Jun 29, 2021
d6627ba
fix: Send message to teams channel support both adapters (#1174)
EricDahlvang Jun 30, 2021
d3fe361
feat: Update package versions (#1182)
thomas-chung Jun 30, 2021
5f8ad91
Update generator package version (#1183)
thomas-chung Jun 30, 2021
307d89c
Update .NET SDK to 4.14 final (#1187)
thomas-chung Jul 1, 2021
18217cb
Allow previews to generate version as well (#1189)
thomas-chung Jul 6, 2021
b6fa120
fix: nuget package version override to allow "preview" ring (#1191)
thomas-chung Jul 7, 2021
02cd57c
feat: Use preview version for RC/preview releases (#1194)
thomas-chung Jul 7, 2021
0a7f14a
chore: fix netcore install steps for various deployment stages (#1196)
ryanisgrig Jul 7, 2021
2c047d6
feat: Update everything with JS to GA (#1195)
thomas-chung Jul 8, 2021
f940767
Merge branch '4.14' into thchung/Merge4_14ToMain
Jul 8, 2021
c4cc38b
chore: update deprecated nuget package licenseurl properties (#1197)
ryanisgrig Jul 8, 2021
378d286
Update dummy test script in node packages with clearer message and to…
ryanisgrig Jul 8, 2021
d5d5d89
port: GetMeetingInfo, meeting start/end events [JS] (#1175)
mdrichardson Jul 9, 2021
7374c3f
port: JS Teams Tests and CloudAdapter support (#1200)
mdrichardson Jul 9, 2021
911fe37
port: GetMeetingInfo, meeting start/end events [.NET] (#1178)
mdrichardson Jul 9, 2021
fad69da
chore: Moving branch to RC0 + bump C# SDK to 4.14.1 (#1205)
thomas-chung Jul 9, 2021
e37c434
chore: build workspace prior to testing (#1206)
mdrichardson Jul 9, 2021
e2b2570
Empty out sdk schema and uischema to force regen (#1208)
thomas-chung Jul 9, 2021
782eb6e
fix: typo in OnMEBotMessagePreviewSend (#1212)
mdrichardson Jul 12, 2021
84ea20e
Update packages and tempalte reference to 1.1.0 GA (#1213)
thomas-chung Jul 12, 2021
e01bdd0
fix: fully remove unnecessary onTeamsMEConfigurationSetting (#1215)
mdrichardson Jul 12, 2021
c4c5af5
Bump version to 1.1.1 and correct references (#1216)
thomas-chung Jul 12, 2021
a0f43da
Merge branch '4.14' into thchung/Merge4_14ToMain
thomas-chung Jul 12, 2021
7cf52fb
Merge branch 'main' into thchung/Merge4_14ToMain
thomas-chung Jul 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
}
},
"root": true
}

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ experimental/generator-dotnet-yeoman/node_modules
# Allow the root-level /packages/ directory or it gets confused with NuGet directories
!/[Pp]ackages/*

# Allow the packages directory under tests
!/tests/unit/[Pp]ackages/*

# Ignore correct yarn files (no zero install support)
.yarn/*
!.yarn/patches
Expand Down
2 changes: 0 additions & 2 deletions build/yaml/templates/component-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ stages:
- job: build_test_dotnet
displayName: Build and test .csproj with dotnet
steps:
- template: dotnet-install-sdk-steps.yml
- template: dotnet-build-test-steps.yml

- stage: stage_package_nuget
Expand All @@ -46,7 +45,6 @@ stages:
condition: eq(variables.ComponentType, 'codeExtension')
steps:
- template: nuget-versioning-steps.yml
- template: dotnet-install-sdk-steps.yml
- template: dotnet-package-steps.yml
- template: nuget-signing-steps.yml
- job: job_pack_nuspec
Expand Down
10 changes: 10 additions & 0 deletions build/yaml/templates/dotnet-build-test-steps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
steps:
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 2.1.x'
inputs:
version: 2.1.x

- task: UseDotNet@2
displayName: 'Use .Net Core sdk 3.1.x'
inputs:
version: 3.1.x

- task: DotNetCoreCLI@2
displayName: 'Run `dotnet restore`'
inputs:
Expand Down
10 changes: 0 additions & 10 deletions build/yaml/templates/dotnet-install-sdk-steps.yml

This file was deleted.

5 changes: 5 additions & 0 deletions build/yaml/templates/dotnet-package-steps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
steps:
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 2.1.x'
inputs:
version: 2.1.x

- task: DotNetCoreCLI@2
displayName: 'Run `dotnet publish`'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion build/yaml/templates/npm-versioning-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
$deploymentRing = $deploymentRingOverride;
}

if ($deploymentRing.ToLowerInvariant() -eq "rc") {
if (($deploymentRing.ToLowerInvariant() -eq "rc") -or ($deploymentRing.ToLowerInvariant() -eq "preview")) {
$releaseCandidateNumber = "$env:RELEASECANDIDATENUMBER";
"Release Candidate Number = $releaseCandidateNumber";

Expand Down
5 changes: 0 additions & 5 deletions build/yaml/templates/nuget-signing-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# Extra steps are required to sign the binaries of the code extensions.

steps:
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 2.1.x'
inputs:
version: 2.1.x

- task: CopyFiles@2
displayName: 'Copy packages to Signing'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion build/yaml/templates/nuget-versioning-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
$deploymentRing = $deploymentRingOverride;
}

if ($deploymentRing.ToLowerInvariant() -eq "rc") {
if (($deploymentRing.ToLowerInvariant() -eq "rc") -or ($deploymentRing.ToLowerInvariant() -eq "preview")) {
$releaseCandidateNumber = "$env:RELEASECANDIDATENUMBER";
"Release Candidate Number = $releaseCandidateNumber";

Expand Down
Loading