diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 7e62d0e2..1ae114f1 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 8.0.413
+ dotnet-version: 8.0.414
- name: Build
shell: pwsh
run: |
@@ -37,7 +37,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 8.0.413
+ dotnet-version: 8.0.414
- name: Build
shell: pwsh
run: |
@@ -54,7 +54,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 8.0.413
+ dotnet-version: 8.0.414
- name: Build
shell: pwsh
run: |
diff --git a/.pipelines/Package-Official.yml b/.pipelines/Package-Official.yml
index 11ba2351..d4e645df 100644
--- a/.pipelines/Package-Official.yml
+++ b/.pipelines/Package-Official.yml
@@ -5,6 +5,9 @@ parameters: # parameters are shown up in ADO UI in a build queue time
displayName: 'Enable debug output'
type: boolean
default: false
+ - name: disableNetworkIsolation
+ type: boolean
+ default: false
variables:
- name: CDP_DEFINITION_BUILD_COUNT
@@ -25,6 +28,8 @@ variables:
value: $[format('{0:yyyyMMdd}-{1}', pipeline.startTime,variables['Build.SourceBranch'])]
- name: branchCounter
value: $[counter(variables['branchCounterKey'], 1)]
+ - name: disableNetworkIsolation
+ value: ${{ parameters.disableNetworkIsolation }}
resources:
pipelines:
@@ -53,6 +58,7 @@ extends:
WindowsHostVersion:
Version: 2022
Network: KS3
+ disableNetworkIsolation: ${{ variables.disableNetworkIsolation }}
globalSdl:
disableLegacyManifest: true
# disabled Armorty as we dont have any ARM templates to scan. It fails on some sample ARM templates.
diff --git a/.pipelines/Release-Official.yml b/.pipelines/Release-Official.yml
index 071bb404..76b7a093 100644
--- a/.pipelines/Release-Official.yml
+++ b/.pipelines/Release-Official.yml
@@ -9,6 +9,9 @@ parameters: # parameters are shown up in ADO UI in a build queue time
displayName: 'Publish artifacts'
type: boolean
default: true
+ - name: disableNetworkIsolation
+ type: boolean
+ default: false
variables:
- name: CDP_DEFINITION_BUILD_COUNT
@@ -21,6 +24,8 @@ variables:
value: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
- name: LinuxContainerImage
value: mcr.microsoft.com/onebranch/azurelinux/build:3.0
+ - name: disableNetworkIsolation
+ value: ${{ parameters.disableNetworkIsolation }}
resources:
repositories:
@@ -50,6 +55,7 @@ extends:
WindowsHostVersion:
Version: 2022
Network: KS3
+ disableNetworkIsolation: ${{ variables.disableNetworkIsolation }}
globalSdl:
asyncSdl:
enabled: true
diff --git a/global.json b/global.json
index 1b22b198..566059ca 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "8.0.413"
+ "version": "8.0.414"
}
}
diff --git a/shell/AIShell.Integration/AIShell.psd1 b/shell/AIShell.Integration/AIShell.psd1
index 5e207637..eb2d9844 100644
--- a/shell/AIShell.Integration/AIShell.psd1
+++ b/shell/AIShell.Integration/AIShell.psd1
@@ -1,7 +1,7 @@
@{
RootModule = 'AIShell.psm1'
NestedModules = @("AIShell.Integration.dll")
- ModuleVersion = '1.0.7'
+ ModuleVersion = '1.0.8'
GUID = 'ECB8BEE0-59B9-4DAE-9D7B-A990B480279A'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
@@ -14,5 +14,5 @@
VariablesToExport = '*'
AliasesToExport = @('aish', 'askai', 'fixit', 'airun')
HelpInfoURI = 'https://aka.ms/aishell-help'
- PrivateData = @{ PSData = @{ Prerelease = 'preview7'; ProjectUri = 'https://github.com/PowerShell/AIShell' } }
+ PrivateData = @{ PSData = @{ Prerelease = 'preview8'; ProjectUri = 'https://github.com/PowerShell/AIShell' } }
}
diff --git a/shell/shell.common.props b/shell/shell.common.props
index b122203f..3b29f006 100644
--- a/shell/shell.common.props
+++ b/shell/shell.common.props
@@ -8,7 +8,7 @@
net8.0
enable
12.0
- 1.0.0-preview.7
+ 1.0.0-preview.8
true
true