Skip to content

Commit

Permalink
Fix CI check (#2518)
Browse files Browse the repository at this point in the history
Co-authored-by: Yulin Li <[email protected]>
  • Loading branch information
yulin-li and Yulin Li authored Jul 24, 2024
1 parent 16c32b6 commit 38c2df1
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 121 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ proguard-rules.pro text
*.asset text
*.axml text
*.bat text
*.bicep text
*.code-workspace text
*.config text
*.cpp text
*.cs text
Expand Down
3 changes: 1 addition & 2 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CG_RAN: false
DECODE_PERCENTS: true
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
timeoutInMinutes: 10
steps:
- bash: ./ci/check-git-head.sh
Expand Down Expand Up @@ -89,7 +89,6 @@ jobs:
includeNuGetOrg: $(V_INCLUDE_NUGET_ORG)
restoreSolution: '**\*.sln;!**\embedded-speech\*.sln' # Restoring everything but embedded samples
displayName: 'Restore NuGet packages'
# gradle 7.0+ needs Java 11
- task: JavaToolInstaller@0
inputs:
versionSpec: '17'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
<RootNamespace>WebHookReceiver</RootNamespace>
</PropertyGroup>
Expand Down
60 changes: 30 additions & 30 deletions samples/ingestion/ingestion-client/ingestion-client.code-workspace
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"folders": [
{
"path": "StartTranscriptionByServiceBus"
},
{
"path": "StartTranscriptionByTimer"
},
{
"path": "FetchTranscription"
},
{
"path": "."
}
],
"settings": {
"debug.internalConsoleOptions": "neverOpen"
},
"launch": {
"configurations": [],
"compounds": [
{
"name": "Attach to both apps",
"configurations": [
"Attach to Start Transcription by Timer",
"Attach to Fetch Transcription from Queue"
]
}
]
}
{
"folders": [
{
"path": "StartTranscriptionByServiceBus"
},
{
"path": "StartTranscriptionByTimer"
},
{
"path": "FetchTranscription"
},
{
"path": "."
}
],
"settings": {
"debug.internalConsoleOptions": "neverOpen"
},
"launch": {
"configurations": [],
"compounds": [
{
"name": "Attach to both apps",
"configurations": [
"Attach to Start Transcription by Timer",
"Attach to Fetch Transcription from Queue"
]
}
]
}
}
88 changes: 0 additions & 88 deletions scenarios/csharp/dotnetcore/call-center/call-center/Chunk.cs

This file was deleted.

0 comments on commit 38c2df1

Please sign in to comment.