Skip to content

Commit 15fc392

Browse files
committed
Rename project, project-dirs and references
1 parent 109d9f7 commit 15fc392

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+5
-5
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
name: Report release tests
4545
# this path glob pattern requires forward slashes!
46-
path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-release.trx
46+
path: ./src/FSharp.Control.TaskSeq.Test/TestResults/test-results-release.trx
4747
reporter: dotnet-trx
4848

4949
# deploy:

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
name: Report release tests
2626
# this path glob pattern requires forward slashes!
27-
path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-release.trx
27+
path: ./src/FSharp.Control.TaskSeq.Test/TestResults/test-results-release.trx
2828
reporter: dotnet-trx
2929

3030
test-debug:
@@ -48,5 +48,5 @@ jobs:
4848
with:
4949
name: Report debug tests
5050
# this path glob pattern requires forward slashes!
51-
path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-debug.trx
51+
path: ./src/FSharp.Control.TaskSeq.Test/TestResults/test-results-debug.trx
5252
reporter: dotnet-trx

build.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SET DOTNET_TEST_PROJECT_LOCATION=
1212

1313
SET DOTNET_CI_ARGS=--blame-hang-timeout 60000ms --logger "console;verbosity=detailed"
1414
SET DOTNET_TEST_ARGS=--logger "console;verbosity=detailed"
15-
SET DOTNET_TEST_PROJECT_LOCATION=".\src\FSharpy.TaskSeq.Test\FSharpy.TaskSeq.Test.fsproj"
15+
SET DOTNET_TEST_PROJECT_LOCATION=".\src\FSharp.Control.TaskSeq.Test\FSharp.Control.TaskSeq.Test.fsproj"
1616

1717
REM This is used to get a 'rest of arguments' list, which allows passing
1818
REM other arguments to the dotnet build and test commands
@@ -105,7 +105,7 @@ GOTO :EOF
105105

106106
REM Normal building
107107
:runBuild
108-
SET BUILD_COMMAND=dotnet build src/FSharpy.TaskSeq.sln -c %BUILD_CONFIG% %REST_ARGS%
108+
SET BUILD_COMMAND=dotnet build src/FSharp.Control.TaskSeq.sln -c %BUILD_CONFIG% %REST_ARGS%
109109
ECHO Building for %BUILD_CONFIG% configuration...
110110
ECHO.
111111
ECHO Executing:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)