You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,3 +44,9 @@ Run tests:
44
44
```bash
45
45
msbuild build/SIL.BuildTasks.proj
46
46
```
47
+
48
+
### Building a local package of SIL.BuildTasks for testing (Windows)
49
+
50
+
1. Run the Pack build command from inside Visual Studio on the SIL.ReleaseTasks.Dogfood project
51
+
2. Run the Pack build command from inside Visual Studio on the SIL.BuildTasks project
52
+
3. Install the package from the output folder into your local Nuget source e.g.`nuget.exe add output/Debug/SIL.BuildTasks.2.3.5-beta.1.nupkg -Source /c/Repositories/DevelopmentPackages/`
0 commit comments