-
Notifications
You must be signed in to change notification settings - Fork 1
CTCORE-10883 remove mentions of dev and stg from our example tool #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ClaudineL
merged 20 commits into
master
from
feat/CTCORE-10883-Remove-mentions-of-Dev-and-STG-from-our-example-tool
May 9, 2025
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
14804d8
remove dev and qa from easy file pusher +semver: breaking
ClaudineL 58bf7e1
add NerdBank.Gitversioning and try to fix workflow
ClaudineL 1f0120e
fix for certificate
ClaudineL 1abc2b7
more attemps to fix
ClaudineL 66b37de
I fix
ClaudineL 5beddcd
try to use Set-AuthenticodeSignature instead
ClaudineL aa4703e
I fix again
ClaudineL 369ed83
try cmd
ClaudineL 028c802
try to find the goddamn sign tool
ClaudineL 932a2e0
change directory
ClaudineL afd7896
try to find the goddamn signtool again
ClaudineL f20447d
blah blah signtool
ClaudineL 77a3ca0
actually use signtool
ClaudineL 73a8963
oops, cert file path
ClaudineL 13d4dc3
more path bullshit
ClaudineL 4ed2f0b
paaaaaaaaath
ClaudineL d7e5a15
debug
ClaudineL 3ebbb0c
migrated to net 8, simplified CI and updated the editor settings
ClaudineL 660701a
rename job
ClaudineL 02ea3ec
added canada 🍁
ClaudineL File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "version": 1, | ||
| "isRoot": true, | ||
| "tools": { | ||
| "csharpier": { | ||
| "version": "1.0.0", | ||
| "commands": [ | ||
| "csharpier" | ||
| ], | ||
| "rollForward": false | ||
| }, | ||
| "nbgv": { | ||
| "version": "3.7.115", | ||
| "commands": [ | ||
| "nbgv" | ||
| ], | ||
| "rollForward": false | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| printWidth: 160 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ | |
| [Bb]in/ | ||
| .nuget/ | ||
| .vs/ | ||
| .vscode/ | ||
| _ReSharper.* | ||
| packages/ | ||
| artifacts/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,42 +1,42 @@ | ||
| <Project> | ||
| <!-- NuGet properties. --> | ||
| <PropertyGroup> | ||
| <Version>0.0.1</Version> | ||
| <Version>1.0.0</Version> | ||
|
|
||
| <Company>Coveo Solutions Inc.</Company> | ||
| <Authors>Coveo Solutions Inc.</Authors> | ||
| <Product>Easy File Pusher</Product> | ||
|
|
||
| <PackageIcon>icon.png</PackageIcon> | ||
|
|
||
| <!-- Deprecated but needed for backward compatiblity. --> | ||
| <PackageIconUrl>icon.png</PackageIconUrl> | ||
|
|
||
| <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
| <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
| <Copyright>Copyright © Coveo Solutions Inc</Copyright> | ||
| <IncludeSymbols>true</IncludeSymbols> | ||
| </PropertyGroup> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFramework>netcoreapp3.1</TargetFramework> | ||
| <TargetFramework>net8.0</TargetFramework> | ||
| <LangVersion>latest</LangVersion> | ||
| <Nullable>enable</Nullable> | ||
| <GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
| <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> | ||
| <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
| </PropertyGroup> | ||
|
|
||
| <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> | ||
| <OutputPath>..\..\bin\Debug</OutputPath> | ||
| </PropertyGroup> | ||
|
|
||
| <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
| <OutputPath>..\..\bin\Release</OutputPath> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <None Include="..\..\icon.png" Pack="true" PackagePath=""/> | ||
| </ItemGroup> | ||
|
|
||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.