File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ tasks:
4040 sh : deno run -qA ./.tasks/next-version.ts
4141 cmds :
4242 - >-
43- dotnet publish ./src/dotnetup.csproj
44- -c Release
45- -o ./bin
46- -a {{.DOTNET_ARCH}}
47- -p:PublishProfile={{.PUBLISH_PROFILE}}
48- -p:Version={{.NEXT_VERSION}}
43+ dotnet publish ./src/dotnetup.csproj
44+ -c Release
45+ -o ./bin
46+ -a {{.DOTNET_ARCH}}
47+ -p:PublishProfile={{.PUBLISH_PROFILE}}
48+ -p:Version={{.NEXT_VERSION}}
4949 - rm -rf ./bin/dotnetup.dbg ./bin/dotnetup.dSYM ./bin/dotnetup.pdb || true
5050
5151 package :
@@ -88,10 +88,10 @@ tasks:
8888 DESCRIPTION : " {{.DESCRIPTION}}"
8989 cmds :
9090 - >-
91- rattler-build build
92- -r ./rattler-recipe/recipe.yaml
93- --target-platform {{.PLATFORM}}
94- --test native
91+ rattler-build build
92+ -r ./rattler-recipe/recipe.yaml
93+ --target-platform {{.PLATFORM}}
94+ --test native
9595
9696 gzip-bins :
9797 internal : true
Original file line number Diff line number Diff line change 1818 ]
1919 },
2020 {
21- "command" : " dotnet csharpier --fast " ,
21+ "command" : " dotnet csharpier format " ,
2222 "exts" : [
2323 " cs"
2424 ]
You can’t perform that action at this time.
0 commit comments