LDX-1015 ImportDevModule should force import so it can be rerun in the same session and pick up new changes

This commit is contained in:
Travis Drake
2018-11-12 11:53:15 -08:00
parent ccf5136fc2
commit 5bdaa3446e

View File

@@ -1,4 +1,4 @@
task ImportDevModule {
ImportModule -Path "$Source\$ModuleName.psd1"
ImportModule -Path "$Source\$ModuleName.psd1" -Force
}