diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index dcce085..2d774e9 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -21,5 +21,12 @@ jobs: - name: Restore dependencies run: dotnet restore - - name: Build - run: dotnet build --configuration Release --no-restore + - name: Build CIPX + run: dotnet publish -p:CreateCipx=true --configuration Release --no-restore + + - name: Upload artifacts + uses: actions/upload-artifact@v4 + with: + name: systemtools-cipx-artifacts + path: | + D:\a\SystemTools\SystemTools\cipx\SystemTools.cipx diff --git a/.idea/.idea.SystemTools/.idea/projectSettingsUpdater.xml b/.idea/.idea.SystemTools/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..ef20cb0 --- /dev/null +++ b/.idea/.idea.SystemTools/.idea/projectSettingsUpdater.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.SystemTools/.idea/workspace.xml b/.idea/.idea.SystemTools/.idea/workspace.xml new file mode 100644 index 0000000..fa0f01c --- /dev/null +++ b/.idea/.idea.SystemTools/.idea/workspace.xml @@ -0,0 +1,118 @@ + + + + SystemTools.csproj + + + + + + + + + + { + "associatedIndex": 4 +} + + + + + + + { + "keyToString": { + "ModuleVcsDetector.initialDetectionPerformed": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "RunOnceActivity.typescript.service.memoryLimit.init": "true", + "git-widget-placeholder": "main", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "settings.editor.selected.configurable": "preferences.pluginManager", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + 1771850236900 + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file