diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..2643856 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +Please provide detailed information about your issue, thank you! + +Version info: +- Browser version: +- Platform version: +- Module version: + +### Expected behavior + +### Actual behavior + +### Steps to reproduce +1. +2. +3. diff --git a/.github/workflows/main_postman.yml b/.github/workflows/main_postman.yml index 75cb641..1f22708 100644 --- a/.github/workflows/main_postman.yml +++ b/.github/workflows/main_postman.yml @@ -44,7 +44,7 @@ jobs: run: vc-build Compile - name: Packaging - run: vc-build CompressWithCustomApp -skip CleanWithCustomApp+Restore+Compile+Test + run: vc-build Compress -skip Clean+Restore+Compile+Test - name: Docker Login uses: azure/docker-login@v1 diff --git a/.github/workflows/module-sample-ci.yml b/.github/workflows/module-sample-ci.yml index b3ad75f..152924d 100644 --- a/.github/workflows/module-sample-ci.yml +++ b/.github/workflows/module-sample-ci.yml @@ -94,7 +94,7 @@ jobs: login: ${{secrets.SONAR_TOKEN}} - name: Packaging - run: vc-build CompressWithCustomApp -skip CleanWithCustomApp+Restore+Compile+Test -DefaultProject "${{ matrix.projectName }}" + run: vc-build Compress -skip Clean+Restore+Compile+Test -DefaultProject "${{ matrix.projectName }}" - name: Rename artifact run: |