Skip to content

Commit

Permalink
add GenerateAssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtbir committed Oct 6, 2022
1 parent d63c8f5 commit f4d716d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image: Visual Studio 2022
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 --target=CI
- ps: .\build.ps1 --Target=CI

# Tests
test: off
Expand Down
3 changes: 1 addition & 2 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:?package=Cake.Recipe&version=3.0.0
#load nuget:?package=Cake.Recipe&version=3.0.1

Environment.SetVariableNames();

Expand All @@ -16,7 +16,6 @@ BuildParameters.PrintParameters(Context);

ToolSettings.SetToolSettings(
context: Context,
//dupFinderExcludePattern: new string[] { BuildParameters.RootDirectoryPath + "/src/TfsUrlParser.Tests/*.cs" },
testCoverageFilter: "+[*]* -[xunit.*]* -[*.Tests]* -[Shouldly]* -[DiffEngine]* -[EmptyFiles]*",
testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");
Expand Down
10 changes: 0 additions & 10 deletions src/TfsUrlParser.Tests/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit f4d716d

Please sign in to comment.