File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "csharpier" : {
6- "version" : " 1.0.0-alpha32 " ,
6+ "version" : " 1.0.0-alpha45 " ,
77 "commands" : [
88 " csharpier"
99 ]
Original file line number Diff line number Diff line change 11build
22
3- Uploads/
4-
53Tests/MsBuild/TestCases/
64
75Src/CSharpier.Benchmarks/CodeSamples/
Original file line number Diff line number Diff line change @@ -174,6 +174,11 @@ public void Add(string rule)
174174 {
175175 this . Rules . Add ( new IgnoreRule ( rule ) ) ;
176176 }
177+
178+ public override string ToString ( )
179+ {
180+ return "BasePath = " + basePath ;
181+ }
177182 }
178183}
179184
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ foreach ($scenario in $scenarios) {
3636WORKDIR /app
3737COPY ./nupkg ./nupkg
3838COPY ./nuget.config ./nuget.config
39- COPY ./.csharpierignore ./.csharpierignore
39+ COPY ./not_csharpierignore ./.csharpierignore
4040COPY ./GeneratedScenarios/$ ( $scenario.name ) /Project.csproj ./
4141RUN dotnet build -c Release
4242"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments