Skip to content

Commit

Permalink
Drop 'dev' MSI (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
supermem613 authored Jan 10, 2024
1 parent d07ae3c commit da9c527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ jobs:
build:
strategy:
matrix:
channel: [Dev, Production]
channel: [Production]
targetPlatform: [x86]
include:
- channel: Dev
Configuration: Debug

- channel: Production
Configuration: Release

Expand Down
4 changes: 1 addition & 3 deletions Source/Setup/Microsoft.Tools.TeamMate.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<Channel Condition=" '$(Configuration)' == 'Debug' ">Dev</Channel>
<Channel Condition=" '$(Configuration)' == 'Release' ">Production</Channel>
<ProductVersion>3.10</ProductVersion>
<ProjectGuid>d8f90795-e254-441c-b231-d4611e574915</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>Microsoft.Tools.TeamMate.$(Channel)</OutputName>
<OutputName>Microsoft.Tools.TeamMate</OutputName>
<OutputType>Package</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Expand Down

0 comments on commit da9c527

Please sign in to comment.